diff --git a/tests/qemu-iotests/139 b/tests/qemu-iotests/139 index b5470f709cd7f356c61b5cbe59f9fba41575fe4d..42f78c7baa1218a90e7ac45b79e67f374745a104 100644 --- a/tests/qemu-iotests/139 +++ b/tests/qemu-iotests/139 @@ -400,6 +400,8 @@ class TestBlockdevDel(iotests.QMPTestCase): self.checkBlockDriverState('node1', False) def testQuorum(self): + if not 'quorum' in iotests.qemu_img_pipe('--help'): + return self.addQuorum('quorum0', 'node0', 'node1') # We cannot remove the children of a Quorum device self.delBlockDriverState('node0', expect_error = True)