kwsys.testProcess-{4,5} are flaky on s390x

This commit is contained in:
Björn Esser 2020-03-03 12:14:25 +01:00
parent e5db548e34
commit 422d920ec7
No known key found for this signature in database
GPG Key ID: F52E98007594C21D
1 changed files with 4 additions and 0 deletions

View File

@ -417,6 +417,10 @@ pushd %{_vpath_builddir}
# CTestTestUpload require internet access
# CPackComponentsForAll-RPM-IgnoreGroup failing wih rpm 4.15 - https://gitlab.kitware.com/cmake/cmake/issues/19983
NO_TEST="CTestTestUpload|CPackComponentsForAll-RPM-IgnoreGroup"
# kwsys.testProcess-{4,5} are flaky on s390x.
%ifarch s390x
NO_TEST="$NO_TEST|kwsys.testProcess-4|kwsys.testProcess-5"
%endif
bin/ctest%{?name_suffix} %{?_smp_mflags} -V -E "$NO_TEST" --output-on-failure
# Keep an eye on failing tests
bin/ctest%{?name_suffix} %{?_smp_mflags} -V -R "$NO_TEST" --output-on-failure || :