From: Josef Bacik <josef@xxxxxxxxxxxxxx> This is meant to test ENOSPC, but we're dd'ing /dev/zero, which won't fill up anything with compression on. Additionally we're killing dd and then immediately trying to unmount. With compression we could have references to the inode being held by the async compression workers, so sometimes this will fail with EBUSY on the unmount. Make it easier on us and just skip this if we have compression enabled. Signed-off-by: Josef Bacik <josef@xxxxxxxxxxxxxx> Signed-off-by: David Sterba <dsterba@xxxxxxxx> --- tests/generic/269 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/generic/269 b/tests/generic/269 index b7cdecd94f219a..6ee0cb04581632 100755 --- a/tests/generic/269 +++ b/tests/generic/269 @@ -11,6 +11,9 @@ _begin_fstest auto rw prealloc ioctl enospc stress # Import common functions. . ./common/filter + +_require_no_compress + # Disable all sync operations to get higher load FSSTRESS_AVOID="$FSSTRESS_AVOID -ffsync=0 -fsync=0 -ffdatasync=0" _workout() -- 2.45.0