Skip to content

Commit 80c3d72

Browse files
committed
skip resize test for btrfs mixedmode
1 parent 1ca35d8 commit 80c3d72

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

extras/test/60_resize.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ if test_have_prereq BTRFS; then
2424
tt resize -s 280 $tomb -k $tomb_key --unsafe --tomb-pwd $DUMMYPASS
2525
'
2626

27-
test_export "btrfsmixed"
28-
test_expect_success 'Testing resize using BTRFS filesystem' '
29-
tt resize -s 190 $tomb -k $tomb_key --unsafe --tomb-pwd $DUMMYPASS
30-
'
27+
# test_export "btrfsmixed"
28+
# test_expect_success 'Testing resize using BTRFS filesystem' '
29+
# tt resize -s 190 $tomb -k $tomb_key --unsafe --tomb-pwd $DUMMYPASS
30+
# '
3131
fi
3232

3333
test_done

0 commit comments

Comments
 (0)