On 2018-04-26 18:19, Roman Kagan wrote: > If quorum driver is not enabled, test 030 skips the corresponding > testcase. This, however, is insufficient: quorum is first used in the > testsuite's setUp. > > To avoid erroring out here, skip setUp/tearDown, too. > > Signed-off-by: Roman Kagan > --- > tests/qemu-iotests/030 | 6 ++++++ > 1 file changed, 6 insertions(+) Not sure if there is any nicer way of doing this, but: Reviewed-by: Max Reitz