Signed-off-by: Roman Kagan <rka...@virtuozzo.com> --- tests/qemu-iotests/056 | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/tests/qemu-iotests/056 b/tests/qemu-iotests/056 index 223292175a..ff40313851 100755 --- a/tests/qemu-iotests/056 +++ b/tests/qemu-iotests/056 @@ -230,6 +230,9 @@ class BackupTest(iotests.QMPTestCase): auto_dismiss=False) def dismissal_failure(self, dismissal_opt): + if not iotests.supports_format('blkdebug'): + return + res = self.vm.qmp('query-block-jobs') self.assert_qmp(res, 'return', []) # Give blkdebug something to chew on -- 2.14.3