From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> Don't require scrub for ext4's populated fs creation test because there is no general online scrub program for ext*. Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> --- tests/ext4/023 | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/ext4/023 b/tests/ext4/023 index a598e2b4..1dadb29f 100755 --- a/tests/ext4/023 +++ b/tests/ext4/023 @@ -33,7 +33,6 @@ _cleanup() _supported_os Linux _supported_fs ext4 _require_scratch -_require_scrub echo "Format and populate" _scratch_populate_cached > $seqres.full 2>&1