diff --git a/cmake.spec b/cmake.spec index 4c332c2..2b37fc5 100644 --- a/cmake.spec +++ b/cmake.spec @@ -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}