Exclude ExternalProject and CTest.UpdateGIT from testsuite

This commit is contained in:
Björn Esser 2022-10-29 17:50:24 +02:00
parent 01a89ac7b2
commit 7df9be99dc
No known key found for this signature in database
GPG Key ID: F52E98007594C21D

View File

@ -443,9 +443,9 @@ find %{buildroot}%{_bindir} -type f -or -type l -or -xtype l | \
%if %{with test}
%check
pushd %{_vpath_builddir}
# CTestTestUpload and BundleUtilities require internet access
# CTestTestUpload, BundleUtilities, ExternalProject, and CTest.UpdateGIT require internet access
# CPackComponentsForAll-RPM-IgnoreGroup failing wih rpm 4.15 - https://gitlab.kitware.com/cmake/cmake/issues/19983
NO_TEST="CTestTestUpload|BundleUtilities"
NO_TEST="CTestTestUpload|BundleUtilities|ExternalProject|CTest.UpdateGIT"
# Likely failing for GCC 12
NO_TEST="$NO_TEST|CustomCommand|CMakeLib.testCTestResourceAllocator"
NO_TEST="$NO_TEST|CMakeLib.testCTestResourceSpec|RunCMake.PositionIndependentCode"