Exclude another failing test on s390x

This commit is contained in:
Björn Esser 2019-11-15 09:01:38 +01:00
parent 453d15e9a8
commit 3c38508291
No known key found for this signature in database
GPG Key ID: F52E98007594C21D

View File

@ -411,6 +411,7 @@ NO_TEST="$NO_TEST|RunCMake.File_Generate"
NO_TEST="$NO_TEST|kwsys.testProcess-4" NO_TEST="$NO_TEST|kwsys.testProcess-4"
NO_TEST="$NO_TEST|kwsys.testProcess-5" NO_TEST="$NO_TEST|kwsys.testProcess-5"
NO_TEST="$NO_TEST|CTestTestTimeout" NO_TEST="$NO_TEST|CTestTestTimeout"
NO_TEST="$NO_TEST|CTestTestRerunFailed"
%endif %endif
export NO_TEST export NO_TEST
bin/ctest%{?name_suffix} -V -E "$NO_TEST" %{?_smp_mflags} bin/ctest%{?name_suffix} -V -E "$NO_TEST" %{?_smp_mflags}