Skip to content

Commit 3b97310

Browse files
committed
tests/functional/test_ppc64_replay: Mark the e500 test as flaky
The test_ppc64_e500 occasionally fails (it just hangs and finally times out). The same issue could also be reproduced with the former Avocado test already (especially if the host system is under heavy load), so it's not a new regression. It's very likely the issue that has been filed at https://gitlab.com/qemu-project/qemu/-/issues/2523 instead (e.g. I could not reproduce the issue in older commits before commit 578912a), so use this URL for the reasoning in the the decorator. Message-ID: <[email protected]> Reviewed-by: Daniel P. Berrangé <[email protected]> Signed-off-by: Thomas Huth <[email protected]>
1 parent b876e72 commit 3b97310

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/functional/test_ppc64_replay.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# SPDX-License-Identifier: GPL-2.0-or-later
77

8-
from qemu_test import Asset
8+
from qemu_test import Asset, skipFlakyTest
99
from replay_kernel import ReplayKernelBase
1010

1111

@@ -16,6 +16,7 @@ class Ppc64Replay(ReplayKernelBase):
1616
'day19.tar.xz'),
1717
'20b1bb5a8488c664defbb5d283addc91a05335a936c63b3f5ff7eee74b725755')
1818

19+
@skipFlakyTest('https://gitlab.com/qemu-project/qemu/-/issues/2523')
1920
def test_ppc64_e500(self):
2021
self.set_machine('ppce500')
2122
self.cpu = 'e5500'

0 commit comments

Comments
 (0)