summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-11-28 17:25:06 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-11-28 19:34:19 +0100
commit41e9fb68fb66b0be8f9afa90476b785ed8783620 (patch)
tree568eb83ff0fa15354dde7df99cb6bc88e6fbf0d9 /pom.xml
parent0646b637664ac6018983cf4030398c692a50db24 (diff)
downloadsonarqube-41e9fb68fb66b0be8f9afa90476b785ed8783620.tar.gz
sonarqube-41e9fb68fb66b0be8f9afa90476b785ed8783620.zip
Re-enable 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 2ad3e7d12b8..e10fbdcf014 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>