From: Qu Wenruo Date: Fri, 9 Dec 2022 05:34:02 +0000 (+0800) Subject: fstests: btrfs/219: remove it from auto group X-Git-Tag: v2022.12.11~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e2e7b549380aedbbc1badb9a344939b788668bfe;p=xfstests-dev.git fstests: btrfs/219: remove it from auto group The test case is to make sure we can mount a fs with older generation (but with the same fsid/dev uuid). Normally we will reject such case as btrfs is maintaining an internal devices list (for multi-device support), and if we find a device suddenly got an older generation, we will directly reject it. Although for single device btrfs, we may add an exception for it, the corresponding kernel patch is never merged. So for now, just remove the test case from auto group. Signed-off-by: Qu Wenruo Reviewed-by: Johannes Thumshirn Signed-off-by: Zorro Lang --- diff --git a/tests/btrfs/219 b/tests/btrfs/219 index 528175b8..d69e6ac9 100755 --- a/tests/btrfs/219 +++ b/tests/btrfs/219 @@ -15,7 +15,7 @@ # . ./common/preamble -_begin_fstest auto quick volume +_begin_fstest quick volume # Override the default cleanup function. _cleanup()