xfs/191-input-validation:Fix issue that the test takes too long
authorBaihua Lu <lubaihua0331@gmail.com>
Wed, 27 Nov 2019 10:41:31 +0000 (10:41 +0000)
committerEryu Guan <guaneryu@gmail.com>
Sun, 1 Dec 2019 03:32:29 +0000 (11:32 +0800)
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 <lubaihua0331@gmail.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
tests/xfs/191-input-validation

index b6658015ce34d297de86f3d67bf2e224d8d0d0c4..db42734937a208d2361a05007098b668f3e75036 100755 (executable)
@@ -31,7 +31,7 @@ _cleanup()
 # Modify as appropriate.
 _supported_fs xfs
 _supported_os Linux
-_require_scratch
+_require_scratch_nocheck
 _require_xfs_mkfs_validation