diff options
Diffstat (limited to 'tests/qemu-iotests/196')
-rwxr-xr-x | tests/qemu-iotests/196 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/qemu-iotests/196 b/tests/qemu-iotests/196 index 2451515..76509a5 100755 --- a/tests/qemu-iotests/196 +++ b/tests/qemu-iotests/196 @@ -65,4 +65,5 @@ class TestInvalidateAutoclear(iotests.QMPTestCase): if __name__ == '__main__': iotests.main(supported_fmts=['qcow2'], - supported_protocols=['file']) + supported_protocols=['file'], + unsupported_imgopts=['compat']) |