Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
Disable xauth when running the selenium tests with xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Sanchez committed Apr 5, 2012
1 parent e43c121 commit 82cd736
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions centrepoint/modules/selenium-tests/pom.xml
Expand Up @@ -117,6 +117,10 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>selenium-maven-plugin</artifactId>
<version>2.2</version>
<configuration>
<!-- xauth not needed unless using other X -->
<xauthEnabled>false</xauthEnabled>
</configuration>
<executions>
<execution>
<id>start</id>
Expand Down

0 comments on commit 82cd736

Please sign in to comment.