aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-11-28 11:39:53 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-11-28 11:39:53 +0100
commitc838d7379836375a900f5471cc172bc9d24291c2 (patch)
tree98d819e54bf1f5d319fb3231d20602d8544a23be /pom.xml
parentac80f04342fa39f921b1b8386299358f1b32ecc5 (diff)
downloadsonarqube-c838d7379836375a900f5471cc172bc9d24291c2.tar.gz
sonarqube-c838d7379836375a900f5471cc172bc9d24291c2.zip
Temporarily disable random execution of tests for investigating infra FP
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>