]> source.dussan.org Git - sonarqube.git/commitdiff
Re-enable random execution of tests
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 28 Nov 2014 16:25:06 +0000 (17:25 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 28 Nov 2014 18:34:19 +0000 (19:34 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index 2ad3e7d12b868c8bb3f58228af4f5f977010970a..e10fbdcf014d98c65c38eae04073ed20759113e7 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>