diff options
Diffstat (limited to 'tests/qemu-iotests/065')
-rwxr-xr-x | tests/qemu-iotests/065 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/qemu-iotests/065 b/tests/qemu-iotests/065 index 3c2ca27627..dc7716275f 100755 --- a/tests/qemu-iotests/065 +++ b/tests/qemu-iotests/065 @@ -139,4 +139,5 @@ TestQMP = None if __name__ == '__main__': iotests.main(supported_fmts=['qcow2'], - supported_protocols=['file']) + supported_protocols=['file'], + unsupported_imgopts=['refcount_bits']) |