From b6cda1d04779be5240bee2176534540ffccfcefdb11a8674994c30d9ed773baf Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Thu, 25 Jan 2024 11:55:34 +0000 Subject: [PATCH] - Disable more flaky tests in s390x, bsc#1218602 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CherryPy?expand=0&rev=68 --- python-CherryPy.changes | 5 +++++ python-CherryPy.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-CherryPy.changes b/python-CherryPy.changes index 6dac192..2d521da 100644 --- a/python-CherryPy.changes +++ b/python-CherryPy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 25 11:54:48 UTC 2024 - Daniel Garcia + +- Disable more flaky tests in s390x, bsc#1218602 + ------------------------------------------------------------------- Tue Jan 16 13:34:59 UTC 2024 - Daniel Garcia diff --git a/python-CherryPy.spec b/python-CherryPy.spec index 43b3d8f..74542b2 100644 --- a/python-CherryPy.spec +++ b/python-CherryPy.spec @@ -105,6 +105,8 @@ donttest="testCombinedTools" sed -i "s/timeout=1/timeout=10/" cherrypy/test/helper.py sed -i "s/timeout=5/timeout=20/" cherrypy/test/helper.py sed -i "s/timeout=5/timeout=20/" cherrypy/test/test_states.py +# flaky test +donttest+=" or test_wait_publishes_periodically" %endif %pytest -k "not ($donttest)"