From ba9c9d5ef5661b7c832c9bdbfa251216567c4e92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 6 Oct 2017 10:56:11 +0200 Subject: [PATCH] Disable curl test because it needs the Internet curl connects to . Live network tests are not reliable. This patch disable it. --- cmake.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake.spec b/cmake.spec index 9b6d06e..fe1419a 100644 --- a/cmake.spec +++ b/cmake.spec @@ -397,8 +397,8 @@ find %{buildroot}%{_bindir} -type f -or -type l -or -xtype l | \ mv -f Modules/FindLibArchive.cmake Modules/FindLibArchive.disabled %endif pushd build -#CMake.FileDownload, and CTestTestUpload require internet access -NO_TEST="CMake.FileDownload|CTestTestUpload" +#CMake.FileDownload, CTestTestUpload, and curl require internet access +NO_TEST="CMake.FileDownload|CTestTestUpload|curl" # RunCMake.File_Generate fails on S390X %ifarch s390x NO_TEST="$NO_TEST|RunCMake.File_Generate"