]> git.proxmox.com Git - mirror_qemu.git/commitdiff
tests/avocado/replay_kernel: Mark the test_x86_64_pc as flaky
authorThomas Huth <thuth@redhat.com>
Tue, 14 Nov 2023 15:30:19 +0000 (16:30 +0100)
committerThomas Huth <thuth@redhat.com>
Thu, 16 Nov 2023 06:13:41 +0000 (07:13 +0100)
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 <peter.maydell@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/avocado/replay_kernel.py

index a18610542ead3b7a1ed19658fa48f1fe1e0b610e..53cb7e509124256b9d986a3e340fc40b127a3b04 100644 (file)
@@ -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