17
0

- 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
This commit is contained in:
2024-01-25 11:55:34 +00:00
committed by Git OBS Bridge
parent c2e633b873
commit b6cda1d047
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 25 11:54:48 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
- Disable more flaky tests in s390x, bsc#1218602
-------------------------------------------------------------------
Tue Jan 16 13:34:59 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>

View File

@@ -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)"