Exclude more failing tests on s390x

This commit is contained in:
Björn Esser 2019-11-15 19:17:56 +01:00
parent 3c38508291
commit cbd95056bc
No known key found for this signature in database
GPG Key ID: F52E98007594C21D
1 changed files with 2 additions and 2 deletions

View File

@ -408,10 +408,10 @@ NO_TEST="$NO_TEST|CPackComponentsForAll-RPM-IgnoreGroup"
# RunCMake.File_Generate fails on S390X
%ifarch s390x
NO_TEST="$NO_TEST|RunCMake.File_Generate"
NO_TEST="$NO_TEST|kwsys.testProcess-4"
NO_TEST="$NO_TEST|kwsys.testProcess-5"
NO_TEST="$NO_TEST|kwsys.testProcess-.*"
NO_TEST="$NO_TEST|CTestTestTimeout"
NO_TEST="$NO_TEST|CTestTestRerunFailed"
NO_TEST="$NO_TEST|Server"
%endif
export NO_TEST
bin/ctest%{?name_suffix} -V -E "$NO_TEST" %{?_smp_mflags}