From 3c974405115001c446660b40d3b8324c4f80d20a Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Fri, 24 Jul 2015 07:15:41 -0600 Subject: [PATCH] Exclude CMake.FileDownload test --- cmake.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cmake.spec b/cmake.spec index e7049fb..b3a8265 100644 --- a/cmake.spec +++ b/cmake.spec @@ -205,9 +205,8 @@ EOF unset DISPLAY pushd build #ModuleNotices fails for some unknown reason, and we don't care -#CMake.HTML currently requires internet access -#CTestTestUpload requires internet access -bin/ctest -V -E ModuleNotices -E CMake.HTML -E CTestTestUpload %{?_smp_mflags} +#CMake.HTML, CMake.FileDownload, and CTestTestUpload require internet access +bin/ctest -V -E ModuleNotices -E 'CMake.(HTML|FileDownload)' -E CTestTestUpload %{?_smp_mflags} popd