[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] tests/iotests: drop test 312 from auto group
From: |
Alex Bennée |
Subject: |
[PATCH] tests/iotests: drop test 312 from auto group |
Date: |
Tue, 5 Jan 2021 10:04:02 +0000 |
The "auto" documentation states:
That means they should run with every QEMU binary (also non-x86)
which is not the case as the check-system-fedora build which only
includes a rag tag group of rare and deprecated targets doesn't
support the virtio device required.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
tests/qemu-iotests/group | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/qemu-iotests/group b/tests/qemu-iotests/group
index e4fb6327ae..bc5bc324fe 100644
--- a/tests/qemu-iotests/group
+++ b/tests/qemu-iotests/group
@@ -318,4 +318,4 @@
307 rw quick export
308 rw
309 rw auto quick
-312 rw auto quick
+312 rw quick
--
2.20.1
- [PATCH] tests/iotests: drop test 312 from auto group,
Alex Bennée <=