aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-12-05 09:38:17 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-12-05 09:38:17 +0100
commite387beb002002a17d973ef9c09303e905c71321f (patch)
tree1a6b7a031a34a480057757ac04fe162732ca3214 /pom.xml
parentec37c1cb686793017f803e8301540d4e3568fe50 (diff)
downloadsonarqube-e387beb002002a17d973ef9c09303e905c71321f.tar.gz
sonarqube-e387beb002002a17d973ef9c09303e905c71321f.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 795f7a66da0..3efa5c01ad5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -482,7 +482,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>