Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xwiki-platform
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
XWiki
xwiki-platform
Commits
57c73f5b
Commit
57c73f5b
authored
5 years ago
by
Simon Urli
Browse files
Options
Downloads
Patches
Plain Diff
[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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/junit5/UITest.java
+1
-3
1 addition, 3 deletions
...er/src/main/java/org/xwiki/test/docker/junit5/UITest.java
with
1 addition
and
3 deletions
xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/junit5/UITest.java
+
1
−
3
View file @
57c73f5b
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment