From 94254c9b1166288c943ab3c2eed81d6cb4e6d187 Mon Sep 17 00:00:00 2001 From: Max Reitz Date: Wed, 17 Jan 2018 10:54:20 -0600 Subject: iotests: Disable some tests for compat=0.10 Tests 080, 130, 137, and 176 simply do not work with compat=0.10 for the reasons stated there. Signed-off-by: Max Reitz Message-Id: <20171123020832.8165-10-mreitz@redhat.com> [eblake: fix 177 in a separate commit] Signed-off-by: Eric Blake Message-id: 20180117165420.15946-3-eblake@redhat.com Signed-off-by: Max Reitz --- tests/qemu-iotests/137 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/qemu-iotests/137') diff --git a/tests/qemu-iotests/137 b/tests/qemu-iotests/137 index eb91e51..5a01250 100755 --- a/tests/qemu-iotests/137 +++ b/tests/qemu-iotests/137 @@ -41,6 +41,8 @@ trap "_cleanup; exit \$status" 0 1 2 3 15 _supported_fmt qcow2 _supported_proto file _supported_os Linux +# We are going to use lazy-refcounts +_unsupported_imgopts 'compat=0.10' _make_test_img 64M -- cgit v1.1