Exclude more tests failing on s390x

This commit is contained in:
Björn Esser 2019-11-15 08:12:28 +01:00
parent 95616513c5
commit 453d15e9a8
No known key found for this signature in database
GPG Key ID: F52E98007594C21D

View File

@ -408,6 +408,9 @@ NO_TEST="$NO_TEST|CPackComponentsForAll-RPM-IgnoreGroup"
# RunCMake.File_Generate fails on S390X # RunCMake.File_Generate fails on S390X
%ifarch s390x %ifarch s390x
NO_TEST="$NO_TEST|RunCMake.File_Generate" 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|CTestTestTimeout"
%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}