summary refs log tree commit diff stats
path: root/tests/qemu-iotests/148
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/148')
-rwxr-xr-xtests/qemu-iotests/1481
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qemu-iotests/148 b/tests/qemu-iotests/148
index 90931948e3..5e14a455b1 100755
--- a/tests/qemu-iotests/148
+++ b/tests/qemu-iotests/148
@@ -47,6 +47,7 @@ sector = "%d"
 ''' % bad_sector)
         file.close()
 
+    @iotests.skip_if_unsupported(['quorum'])
     def setUp(self):
         driveopts = ['driver=quorum', 'vote-threshold=2']
         driveopts.append('read-pattern=%s' % self.read_pattern)