- ignore testresults from test_numbits, fails sometimes because of slow
hypothesis performance on i586 (bsc#1251955) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=152
This commit is contained in:
@@ -130,6 +130,10 @@ donttest+=" or test_process"
|
||||
donttest+=" or test_plugins"
|
||||
# asserts PYTHONPATH is empty, which it can't be
|
||||
donttest+=" or test_report_wildcard or test_run_omit_vs_report_omit"
|
||||
%ifarch i586
|
||||
# flaky due to bad hypothesis performance
|
||||
donttest+=" or test_numbits.py"
|
||||
%endif
|
||||
|
||||
%pytest_arch -n auto --no-flaky-report -k "$donttest" -rp ||:
|
||||
%pytest_arch -n auto --no-flaky-report -k "not ($donttest)"
|
||||
|
||||
Reference in New Issue
Block a user