From 3249491fb3ee479ce3e89a87c9b895de71fbf209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Wed, 23 Feb 2022 18:10:18 +0100 Subject: [PATCH] Exclude BundleUtilities from testsuite --- cmake.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake.spec b/cmake.spec index 634b63e..ce6f8c4 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 require internet access +# CTestTestUpload and BundleUtilities require internet access # CPackComponentsForAll-RPM-IgnoreGroup failing wih rpm 4.15 - https://gitlab.kitware.com/cmake/cmake/issues/19983 -NO_TEST="CTestTestUpload" +NO_TEST="CTestTestUpload|BundleUtilities" # Likely failing for GCC 12 NO_TEST="$NO_TEST|CustomCommand|CMakeLib.testCTestResourceAllocator" NO_TEST="$NO_TEST|CMakeLib.testCTestResourceSpec|RunCMake.PositionIndependentCode"