Skip to content

Commit

Permalink
tests/avocado: mark ReplayKernelNormal.test_mips64el_malta as flaky
Browse files Browse the repository at this point in the history
I missed this when going through the recent failure logs. I can run
the test 30 times without failure locally but it seems to hang pretty
reliably on GitLab's CI infra-structure.

Cc: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20231201201027.2689404-1-alex.bennee@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
  • Loading branch information
stsquad authored and philmd committed Dec 4, 2023
1 parent d369ad5 commit 2e8ed6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/avocado/replay_kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ def test_mips_malta(self):

self.run_rr(kernel_path, kernel_command_line, console_pattern, shift=5)

# See https://gitlab.com/qemu-project/qemu/-/issues/2013
@skipUnless(os.getenv('QEMU_TEST_FLAKY_TESTS'), 'Test is unstable on GitLab')
def test_mips64el_malta(self):
"""
This test requires the ar tool to extract "data.tar.gz" from
Expand All @@ -134,6 +136,7 @@ def test_mips64el_malta(self):
:avocado: tags=arch:mips64el
:avocado: tags=machine:malta
:avocado: tags=flaky
"""
deb_url = ('http://snapshot.debian.org/archive/debian/'
'20130217T032700Z/pool/main/l/linux-2.6/'
Expand Down

0 comments on commit 2e8ed6a

Please sign in to comment.