]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
tests/functional: Mark another MIPS replay test as flaky
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 4 Nov 2025 14:59:55 +0000 (15:59 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 10 Nov 2025 10:58:19 +0000 (11:58 +0100)
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 <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20251104145955.84091-1-philmd@linaro.org>

tests/functional/mips64el/test_replay.py

index 05cc585f8545ddb4e534c1bc05633f4d7ae7d826..e9318448fa712295db4e9249dde019d4ad0572b0 100755 (executable)
@@ -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'