From 7df9be99dc7f57cae228fe8e00a9320f91c0f4e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Sat, 29 Oct 2022 17:50:24 +0200 Subject: [PATCH] Exclude ExternalProject and CTest.UpdateGIT from testsuite --- cmake.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake.spec b/cmake.spec index 9781a8f..a8518e5 100644 --- a/cmake.spec +++ b/cmake.spec @@ -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"