diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/qemu-iotests/148 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qemu-iotests/148 b/tests/qemu-iotests/148 index 9093194..5e14a45 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) |