Skip to content
Snippets Groups Projects
Commit 57c73f5b authored by Simon Urli's avatar Simon Urli
Browse files

[Misc] Set back VNC to true by default in docker tests.

parent 1913e709
No related branches found
No related tags found
No related merge requests found
......@@ -122,9 +122,7 @@
* @return true if VNC container is started and recording is done and saved on test exit
* @since 10.10RC1
*/
// FIXME: Default value should be true, we temporary switch it to false because of CI infra issues:
// we should definitely avoid this kind of thing in the future with XWIKI-16983
boolean vnc() default false;
boolean vnc() default true;
/**
* @return the list of configuration properties to use when generating the XWiki configuration files such as as
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment