* [PATCH] tests/qemu-iotests: Remove test 259 from the "auto" group
@ 2021-02-15 10:38 Thomas Huth
2021-02-15 11:30 ` Kevin Wolf
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Huth @ 2021-02-15 10:38 UTC (permalink / raw)
To: qemu-devel, Max Reitz; +Cc: Kevin Wolf, qemu-block
Tests in the "auto" group should support qcow2 so that they can
be run during "make check-block". Test 259 only supports "raw", so
it currently always gets skipped when running "make check-block".
Let's skip this unnecessary step and remove it from the auto group.
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
tests/qemu-iotests/259 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/qemu-iotests/259 b/tests/qemu-iotests/259
index 76cde429c4..1b15e8fb48 100755
--- a/tests/qemu-iotests/259
+++ b/tests/qemu-iotests/259
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# group: rw auto quick
+# group: rw quick
#
# Test generic image creation fallback (by using NBD)
#
--
2.27.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-02-15 11:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-15 10:38 [PATCH] tests/qemu-iotests: Remove test 259 from the "auto" group Thomas Huth
2021-02-15 11:30 ` Kevin Wolf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).