]> source.dussan.org Git - sonarqube.git/commitdiff
Re-enable random execution of tests
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 5 Dec 2014 08:38:17 +0000 (09:38 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 5 Dec 2014 08:38:17 +0000 (09:38 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index 795f7a66da0e112b2156d8d1015a3a855c73f303..3efa5c01ad5cf0ae9d563d7d1227ff891cc5c29d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <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>