Exclude ExternalProject and CTest.UpdateGIT from testsuite
This commit is contained in:
parent
01a89ac7b2
commit
7df9be99dc
@ -443,9 +443,9 @@ find %{buildroot}%{_bindir} -type f -or -type l -or -xtype l | \
|
|||||||
%if %{with test}
|
%if %{with test}
|
||||||
%check
|
%check
|
||||||
pushd %{_vpath_builddir}
|
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
|
# 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
|
# Likely failing for GCC 12
|
||||||
NO_TEST="$NO_TEST|CustomCommand|CMakeLib.testCTestResourceAllocator"
|
NO_TEST="$NO_TEST|CustomCommand|CMakeLib.testCTestResourceAllocator"
|
||||||
NO_TEST="$NO_TEST|CMakeLib.testCTestResourceSpec|RunCMake.PositionIndependentCode"
|
NO_TEST="$NO_TEST|CMakeLib.testCTestResourceSpec|RunCMake.PositionIndependentCode"
|
||||||
|
Loading…
Reference in New Issue
Block a user