Skip tests failing in ELN x86_64 builds

This commit is contained in:
Yaakov Selkowitz 2023-05-29 23:27:30 -04:00
parent d3cbcc3c46
commit 27fa6ea118
1 changed files with 3 additions and 0 deletions

View File

@ -191,6 +191,9 @@ TIMEOUT=1000
%ifarch x86_64
# skip also failing test_sygst for now
export PYTEST_ADDOPTS="-k '$SKIP_ALL and \
%{?rhel:not TestPPoly and \
not TestLinprogIPSparse and \
not test_axis_nan_policy_full and} \
not test_sygst'"
%endif