From: Darrick J. Wong <djwong@xxxxxxxxxx> This test creates a filesystem with all known types of metadata. It doesn't fuzz anything, nor does it actually repair anything. Hence we can put it in the auto group and drop the dangerous tags. Signed-off-by: "Darrick J. Wong" <djwong@xxxxxxxxxx> --- tests/xfs/349 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/xfs/349 b/tests/xfs/349 index 3937b4fdbffe93..a68bfee579ac41 100755 --- a/tests/xfs/349 +++ b/tests/xfs/349 @@ -5,10 +5,9 @@ # FS QA Test No. 349 # # Populate a XFS filesystem and ensure that scrub and repair are happy. -# Use xfs_repair to fix the corruption. # . ./common/preamble -_begin_fstest dangerous_fuzzers scrub +_begin_fstest auto scrub _register_cleanup "_cleanup" BUS