diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-11-29 10:26:26 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-11-29 10:26:26 +0100 |
commit | dc9c48fdc62fba5ca6d1f92e31c4b592611e1982 (patch) | |
tree | 3912990603451ff1ac4a0d522e0d889f4495475e /pom.xml | |
parent | dd73890b28a8f21631a838a5127edea560742580 (diff) | |
download | sonarqube-dc9c48fdc62fba5ca6d1f92e31c4b592611e1982.tar.gz sonarqube-dc9c48fdc62fba5ca6d1f92e31c4b592611e1982.zip |
CI error investigations - temporarily disable random execution of tests
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -476,7 +476,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> - <runOrder>random</runOrder> + <!--<runOrder>random</runOrder>--> <redirectTestOutputToFile>true</redirectTestOutputToFile> <systemPropertyVariables> <java.io.tmpdir>${project.build.directory}</java.io.tmpdir> |