From 290e4e7de7a579be7457bfbc338b697b8eea638f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Philippe=20Mathieu-Daud=C3=A9?= Date: Tue, 4 Nov 2025 15:59:55 +0100 Subject: [PATCH] tests/functional: Mark another MIPS replay test as flaky MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit When disabling MIPS tests on commit 1c11aa18071 ("tests/functional: Mark the MIPS replay tests as flaky") we missed the 5KEc test. Reported-by: Richard Henderson Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson Signed-off-by: Richard Henderson Message-ID: <20251104145955.84091-1-philmd@linaro.org> --- tests/functional/mips64el/test_replay.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/functional/mips64el/test_replay.py b/tests/functional/mips64el/test_replay.py index 05cc585f85..e9318448fa 100755 --- a/tests/functional/mips64el/test_replay.py +++ b/tests/functional/mips64el/test_replay.py @@ -40,6 +40,7 @@ class Mips64elReplay(ReplayKernelBase): '75ba10cd35fb44e32948eeb26974f061b703c81c4ba2fab1ebcacf1d1bec3b61') @skipUntrustedTest() + @skipFlakyTest("https://gitlab.com/qemu-project/qemu/-/issues/2013") def test_replay_mips64el_malta_5KEc_cpio(self): self.set_machine('malta') self.cpu = '5KEc' -- 2.47.3