From: Filipe Manana <fdmanana@xxxxxxxx> As of the linux kernel commit fd0ddbe2509568 ("Btrfs: send, skip backreference walking for extents with many references"), the test is no longer dangerous and it's fast (takes 1 to 2 seconds on a modest vm with a debug kernel). Therefore remove it from the dangerous group and add it to the auto and quick groups as well. Signed-off-by: Filipe Manana <fdmanana@xxxxxxxx> --- tests/btrfs/group | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/btrfs/group b/tests/btrfs/group index d7eeb45d..8a69f940 100644 --- a/tests/btrfs/group +++ b/tests/btrfs/group @@ -132,7 +132,7 @@ 127 auto quick send 128 auto quick send 129 auto quick send -130 clone send dangerous +130 auto quick clone send 131 auto quick 132 auto enospc 133 auto quick send -- 2.11.0