From: Darrick J. Wong <djwong@xxxxxxxxxx> This test is a long(ish) running stress test that uses fsstress, so alter its group membership as follows: long_rw: because this can read and write to the fs for a long period of time stress: because this test employs fsstress Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> --- tests/generic/476 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/generic/476 b/tests/generic/476 index 212373d17c..62908654ad 100755 --- a/tests/generic/476 +++ b/tests/generic/476 @@ -8,7 +8,7 @@ # bugs in the write path. # . ./common/preamble -_begin_fstest auto rw +_begin_fstest auto rw long_rw stress # Override the default cleanup function. _cleanup()