From: Thomas Huth Date: Tue, 14 Nov 2023 15:30:19 +0000 (+0100) Subject: tests/avocado/replay_kernel: Mark the test_x86_64_pc as flaky X-Git-Tag: v8.2.0-rc1~13^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3365f3d99ae3aa3248209bc84c229ec01b5c5b21;p=thirdparty%2Fqemu.git tests/avocado/replay_kernel: Mark the test_x86_64_pc as flaky It's failing very often, so don't run this by default anymore until it gets fixed. Message-ID: <20231114153019.295131-1-thuth@redhat.com> Reviewed-by: Peter Maydell Signed-off-by: Thomas Huth --- diff --git a/tests/avocado/replay_kernel.py b/tests/avocado/replay_kernel.py index a18610542ea..53cb7e50912 100644 --- a/tests/avocado/replay_kernel.py +++ b/tests/avocado/replay_kernel.py @@ -81,7 +81,8 @@ class ReplayKernelBase(LinuxKernelTest): logger.info('replay overhead {:.2%}'.format(t2 / t1 - 1)) class ReplayKernelNormal(ReplayKernelBase): - @skipIf(os.getenv('GITLAB_CI'), 'Running on GitLab') + + @skipUnless(os.getenv('QEMU_TEST_FLAKY_TESTS'), 'Test sometimes gets stuck') def test_x86_64_pc(self): """ :avocado: tags=arch:x86_64