From: Darrick J. Wong <djwong@xxxxxxxxxx> This test exercises metadump with the standard populate image. There's no need to test rebuilding the entire fs every step of the way since we're just going to metadump over it. Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> --- tests/xfs/503 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/xfs/503 b/tests/xfs/503 index c786b04ccd..f5710ece35 100755 --- a/tests/xfs/503 +++ b/tests/xfs/503 @@ -32,6 +32,8 @@ _require_command "$XFS_MDRESTORE_PROG" "xfs_mdrestore" _require_xfs_copy _require_scratch_nocheck _require_populate_commands +_xfs_skip_online_rebuild +_xfs_skip_offline_rebuild echo "Format and populate" _scratch_populate_cached nofill > $seqres.full 2>&1