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