From dcc690e862f5b24783072080a3230e5e673af47d Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Tue, 5 Jun 2018 09:42:56 -0700 Subject: [PATCH] xfs/439: don't check filesystem afterwards We deliberately corrupted the scratch fs, so don't check it afterwards. Signed-off-by: Darrick J. Wong Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- tests/xfs/439 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/xfs/439 b/tests/xfs/439 index 215c4b90..4ab1c986 100755 --- a/tests/xfs/439 +++ b/tests/xfs/439 @@ -47,7 +47,7 @@ _cleanup() # real QA test starts here _supported_os Linux _supported_fs xfs -_require_scratch +_require_scratch_nocheck # We corrupt XFS on purpose, and check if assert failures would crash system. _require_no_xfs_bug_on_assert -- 2.39.5