diff options
author | Thomas Huth <thuth@redhat.com> | 2019-10-18 18:10:08 +0200 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2019-10-31 11:04:10 +0000 |
commit | f3cad9c6dbd4b9877232c44bf2dd877353a73209 (patch) | |
tree | a54b9bcb2464a99ea68e4fe74199fea05f4734cd /tests | |
parent | 741a90038bef13d64e051fb35c4e894ab16d1554 (diff) | |
download | qemu-f3cad9c6dbd4b9877232c44bf2dd877353a73209.zip qemu-f3cad9c6dbd4b9877232c44bf2dd877353a73209.tar.gz qemu-f3cad9c6dbd4b9877232c44bf2dd877353a73209.tar.bz2 |
iotests: Remove 130 from the "auto" group
Peter hit a "Could not open 'TEST_DIR/t.IMGFMT': Failed to get shared
'write' lock - Is another process using the image [TEST_DIR/t.IMGFMT]?"
error with 130 already twice. Looks like this test is a little bit
shaky, and currently nobody has a real clue what could be causing this
issue, so for the time being, let's disable it from the "auto" group so
that it does not gate the pull requests.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Signed-off-by: Peter Maydell <peter.maydell@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 2887160..095ed1b 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -151,7 +151,7 @@ 127 rw backing quick 128 rw quick 129 rw quick -130 rw auto quick +130 rw quick 131 rw quick 132 rw quick 133 auto quick |