xfs/348 can cause the kernel to crash by blowing the i_rwsem assert in xfs_destroy_inode on the corrupted inode. Since this is a fuzzer test anyway (it calls xfs_db to break the scratch fs), move it to the fuzzers group. Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> --- tests/xfs/group | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/xfs/group b/tests/xfs/group index e2dfae2..e597326 100644 --- a/tests/xfs/group +++ b/tests/xfs/group @@ -337,7 +337,7 @@ 345 auto quick clone 346 auto quick clone 347 auto quick clone -348 auto quick repair +348 fuzzers repair 349 dangerous_fuzzers scrub 350 dangerous_fuzzers dangerous_scrub dangerous_repair 351 dangerous_fuzzers dangerous_scrub dangerous_online_repair -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html