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)
commit95246f53edd01dbf87333b175236069a537b9c0f
treeef87402a88535db4a4eea5537f2c499418c93318
parent0732ce28777100be23ad4874463654299e0281e0
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>
tests/xfs/191-input-validation