diff mbox series

[1/7] btrfs: add 198 and 219 to the auto group

Message ID 20230209051355.358942-2-hch@lst.de (mailing list archive)
State New, archived
Headers show
Series [1/7] btrfs: add 198 and 219 to the auto group | expand

Commit Message

Christoph Hellwig Feb. 9, 2023, 5:13 a.m. UTC
The quick group should be a strict subset of the auto group, so add these
two tests that are in the quick group to the auto group as well.

Note: btrfs/219 fails for me in current mainline.

Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 tests/btrfs/198 | 2 +-
 tests/btrfs/219 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/tests/btrfs/198 b/tests/btrfs/198
index 1edc8330..2b68754a 100755
--- a/tests/btrfs/198
+++ b/tests/btrfs/198
@@ -9,7 +9,7 @@ 
 #    btrfs: remove identified alien device in open_fs_devices
 #
 . ./common/preamble
-_begin_fstest quick volume
+_begin_fstest auto quick volume
 
 # Import common functions.
 . ./common/filter
diff --git a/tests/btrfs/219 b/tests/btrfs/219
index d69e6ac9..528175b8 100755
--- a/tests/btrfs/219
+++ b/tests/btrfs/219
@@ -15,7 +15,7 @@ 
 #
 
 . ./common/preamble
-_begin_fstest quick volume
+_begin_fstest auto quick volume
 
 # Override the default cleanup function.
 _cleanup()