Disable CMake.HTML test as it needs internet access

This commit is contained in:
Orion Poplawski 2010-06-21 19:31:19 +00:00
parent 69032c98e3
commit ff00dc14df

View File

@ -95,7 +95,8 @@ desktop-file-install --delete-original \
unset DISPLAY
pushd build
#ModuleNotices fails for some unknown reason, and we don't care
bin/ctest -V -E ModuleNotices %{?_smp_mflags}
#CMake.HTML currently requires internet access
bin/ctest -V -E ModuleNotices -E CMake.HTML %{?_smp_mflags}
%clean