Disable CMake.HTML test as it needs internet access
This commit is contained in:
parent
69032c98e3
commit
ff00dc14df
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue