aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/246
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/246')
-rwxr-xr-xtests/qemu-iotests/2463
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/qemu-iotests/246 b/tests/qemu-iotests/246
index 5932a0e8a9..b009a78397 100755
--- a/tests/qemu-iotests/246
+++ b/tests/qemu-iotests/246
@@ -23,7 +23,8 @@
import iotests
from iotests import log
-iotests.script_initialize(supported_fmts=['qcow2'])
+iotests.script_initialize(supported_fmts=['qcow2'],
+ unsupported_imgopts=['compat'])
size = 64 * 1024 * 1024 * 1024
gran_small = 32 * 1024
gran_large = 128 * 1024