From: Darrick J. Wong Date: Wed, 7 May 2025 21:54:23 +0000 (-0700) Subject: xfs/349: don't run on kernels that don't support scrub X-Git-Tag: v2025.05.11~18 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=aa8e98e506f552be0f2c9a8614717bb9c42649fc;p=xfstests-dev.git xfs/349: don't run on kernels that don't support scrub Don't run this scrub test if the kernel doesn't support scrub. Fixes: f5f0c11a67a8f5 ("xfs: fuzz every field of every structure") Signed-off-by: Darrick J. Wong Reviewed-by: Christoph Hellwig Signed-off-by: Zorro Lang --- diff --git a/tests/xfs/349 b/tests/xfs/349 index a68bfee5..a03ab812 100755 --- a/tests/xfs/349 +++ b/tests/xfs/349 @@ -16,9 +16,9 @@ _register_cleanup "_cleanup" BUS . ./common/populate . ./common/fuzzy - _require_scratch _require_scrub +_require_xfs_stress_scrub _require_populate_commands echo "Format and populate"