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 <lubaihua0331@gmail.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
Baihua Lu
2019-11-27 10:41:31 +00:00
committed by Eryu Guan
parent 0732ce2877
commit 95246f53ed
+1 -1
View File
@@ -31,7 +31,7 @@ _cleanup()
# Modify as appropriate.
_supported_fs xfs
_supported_os Linux
_require_scratch
_require_scratch_nocheck
_require_xfs_mkfs_validation