From: Baihua Lu Date: Wed, 27 Nov 2019 10:41:31 +0000 (+0000) Subject: xfs/191-input-validation:Fix issue that the test takes too long X-Git-Tag: v2022.05.01~944 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=95246f53edd01dbf87333b175236069a537b9c0f;p=xfstests-dev.git xfs/191-input-validation:Fix issue that the test takes too long After this test is passed, checking filesystems will execute. Then xfs_logprint will be failed and xfs_repair will take a long time because there is not really creating the file system in this test and wipefs executes before this test. So there is no need checking filesystems. Signed-off-by: Baihua Lu Reviewed-by: Darrick J. Wong Signed-off-by: Eryu Guan --- diff --git a/tests/xfs/191-input-validation b/tests/xfs/191-input-validation index b6658015..db427349 100755 --- a/tests/xfs/191-input-validation +++ b/tests/xfs/191-input-validation @@ -31,7 +31,7 @@ _cleanup() # Modify as appropriate. _supported_fs xfs _supported_os Linux -_require_scratch +_require_scratch_nocheck _require_xfs_mkfs_validation