aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-11-29 10:26:26 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-11-29 10:26:26 +0100
commitdc9c48fdc62fba5ca6d1f92e31c4b592611e1982 (patch)
tree3912990603451ff1ac4a0d522e0d889f4495475e /pom.xml
parentdd73890b28a8f21631a838a5127edea560742580 (diff)
downloadsonarqube-dc9c48fdc62fba5ca6d1f92e31c4b592611e1982.tar.gz
sonarqube-dc9c48fdc62fba5ca6d1f92e31c4b592611e1982.zip
CI error investigations - temporarily disable random execution of tests
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index e10fbdcf014..2ad3e7d12b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>