In my testing on 1GB zram devices btrfs/187 usually fails with ENOSPC. Add a requirement for 8GB scratch devices (empirically measured). Cc: Filipe Manana <fdmanana@xxxxxxxx> Signed-off-by: Johannes Thumshirn <jthumshirn@xxxxxxx> --- tests/btrfs/187 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/btrfs/187 b/tests/btrfs/187 index 0744797ecc33..a604690a41b2 100755 --- a/tests/btrfs/187 +++ b/tests/btrfs/187 @@ -39,6 +39,9 @@ _require_attrs rm -f $seqres.full +# We at least need 8GB of free space on $SCRATCH_DEV +_require_scratch_size $((8 * 1024 * 1024)) + _scratch_mkfs >>$seqres.full 2>&1 _scratch_mount -- 2.16.4