From 01c03f182ccdec79563b7a457a74dc6122a8377a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Sat, 30 May 2020 13:49:02 +0200 Subject: [PATCH] Disable curl test --- cmake.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake.spec b/cmake.spec index 7c26db2..6af9be9 100644 --- a/cmake.spec +++ b/cmake.spec @@ -414,9 +414,9 @@ find %{buildroot}%{_bindir} -type f -or -type l -or -xtype l | \ mv -f Modules/FindLibArchive.cmake Modules/FindLibArchive.disabled %endif pushd %{_vpath_builddir} -# CTestTestUpload require internet access +# CTestTestUpload, curl require internet access # CPackComponentsForAll-RPM-IgnoreGroup failing wih rpm 4.15 - https://gitlab.kitware.com/cmake/cmake/issues/19983 -NO_TEST="CTestTestUpload|CPackComponentsForAll-RPM-IgnoreGroup" +NO_TEST="CTestTestUpload|CPackComponentsForAll-RPM-IgnoreGroup|curl" # kwsys.testProcess-{4,5} are flaky on s390x. %ifarch s390x NO_TEST="$NO_TEST|kwsys.testProcess-4|kwsys.testProcess-5"