mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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:
@@ -31,7 +31,7 @@ _cleanup()
|
||||
# Modify as appropriate.
|
||||
_supported_fs xfs
|
||||
_supported_os Linux
|
||||
_require_scratch
|
||||
_require_scratch_nocheck
|
||||
_require_xfs_mkfs_validation
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user