diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2021-01-05 10:04:02 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2021-01-06 17:30:02 +0000 |
commit | f4c6557bfef388628f50af35d36be85c30ab2553 (patch) | |
tree | d53d61747a9e8f620eeb48e0acfd2fb7c9ff542d /tests | |
parent | d2427956e1735ebda99ff408dc99d3eb4e6ada40 (diff) | |
download | qemu-f4c6557bfef388628f50af35d36be85c30ab2553.zip qemu-f4c6557bfef388628f50af35d36be85c30ab2553.tar.gz qemu-f4c6557bfef388628f50af35d36be85c30ab2553.tar.bz2 |
tests/iotests: drop test 312 from auto group
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.
Fixes: ef9bba1484b ("quorum: Implement bdrv_co_block_status()")
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210105100402.12350-1-alex.bennee@linaro.org>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/qemu-iotests/group | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/group b/tests/qemu-iotests/group index e4fb632..bc5bc32 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 |