Exclude more failing tests on s390x
This commit is contained in:
parent
3c38508291
commit
cbd95056bc
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user