Exclude CMake.FileDownload test

This commit is contained in:
Orion Poplawski 2015-07-24 07:15:41 -06:00
parent c9a8b5fe82
commit 3c97440511

View File

@ -205,9 +205,8 @@ EOF
unset DISPLAY unset DISPLAY
pushd build pushd build
#ModuleNotices fails for some unknown reason, and we don't care #ModuleNotices fails for some unknown reason, and we don't care
#CMake.HTML currently requires internet access #CMake.HTML, CMake.FileDownload, and CTestTestUpload require internet access
#CTestTestUpload requires internet access bin/ctest -V -E ModuleNotices -E 'CMake.(HTML|FileDownload)' -E CTestTestUpload %{?_smp_mflags}
bin/ctest -V -E ModuleNotices -E CMake.HTML -E CTestTestUpload %{?_smp_mflags}
popd popd