iotests: remove redundant meson suite for iotests
If a test is in the 'block-slow' or 'block-thorough' suite, there is no need to also add it to the 'slow' or 'thorough' suites. Acked-by: Kevin Wolf <kwolf@redhat.com> Tested-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Daniel P. Berrangé committed
Jan 12, 2026 at 13:01 UTC
daf0d008822be3cb14cdb533f7237c3c789bc373
1 file changed
+1
-1
tests/qemu-iotests/meson.build
+1
-1
@@ -33,7 +33,7 @@ foreach format, speed: qemu_iotests_formats
33
if speed == 'quick'
34
suites = 'block'
35
else
36
- suites = ['block-' + speed, speed]
36
+ suites = ['block-' + speed]
37
endif
38
39
args = ['-tap', '-' + format]