Disable CMake.HTML test as it needs internet access
This commit is contained in:
parent
69032c98e3
commit
ff00dc14df
@ -95,7 +95,8 @@ desktop-file-install --delete-original \
|
|||||||
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
|
||||||
bin/ctest -V -E ModuleNotices %{?_smp_mflags}
|
#CMake.HTML currently requires internet access
|
||||||
|
bin/ctest -V -E ModuleNotices -E CMake.HTML %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
|
Loading…
Reference in New Issue
Block a user