aboutsummaryrefslogtreecommitdiff
path: root/tests/avocado
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2024-01-12 13:21:17 +0000
committerAlex Bennée <alex.bennee@linaro.org>2024-01-12 13:23:48 +0000
commit139db3cc5967e995e039c9cc2228c627cef7c1cf (patch)
treeae952fa409b22b80232cc4109abf70573c5ba8e6 /tests/avocado
parentb16a45bc5e0e329a16af8a2e020a6e7044f9afa2 (diff)
downloadqemu-139db3cc5967e995e039c9cc2228c627cef7c1cf.zip
qemu-139db3cc5967e995e039c9cc2228c627cef7c1cf.tar.gz
qemu-139db3cc5967e995e039c9cc2228c627cef7c1cf.tar.bz2
tests/avocado: partially revert unmasking of replay_linux tests
It seems we were premature in declaring replay_linux.py fixed. The x86_64 image still seems to hang occasionally. I've raised a new bug to cover it: https://gitlab.com/qemu-project/qemu/-/issues/2094 Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to 'tests/avocado')
-rw-r--r--tests/avocado/replay_kernel.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/avocado/replay_kernel.py b/tests/avocado/replay_kernel.py
index 6fdcbd6..10d9940 100644
--- a/tests/avocado/replay_kernel.py
+++ b/tests/avocado/replay_kernel.py
@@ -98,10 +98,13 @@ class ReplayKernelNormal(ReplayKernelBase):
self.run_rr(kernel_path, kernel_command_line, console_pattern, shift=5)
+ # See https://gitlab.com/qemu-project/qemu/-/issues/2094
+ @skipUnless(os.getenv('QEMU_TEST_FLAKY_TESTS'), 'Test sometimes gets stuck')
def test_x86_64_pc(self):
"""
:avocado: tags=arch:x86_64
:avocado: tags=machine:pc
+ :avocado: tags=flaky
"""
kernel_url = ('https://archives.fedoraproject.org/pub/archive/fedora'
'/linux/releases/29/Everything/x86_64/os/images/pxeboot'