Disable curl test because it needs the Internet

curl connects to <http://open.cdash.org/user.php>. Live network tests
are not reliable. This patch disable it.
This commit is contained in:
Petr Písař 2017-10-06 10:56:11 +02:00
parent 3c11a43a0c
commit ba9c9d5ef5

View File

@ -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"