]> source.dussan.org Git - sonarqube.git/commitdiff
Temporarily disable random execution of tests
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 24 Oct 2014 15:21:07 +0000 (17:21 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 24 Oct 2014 15:21:07 +0000 (17:21 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 98f41582082d162c33f6e06b392eebd6383f5c7f..7bc11d0c1743b5456e289935eba0a2129cb0ff29 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
-          <runOrder>random</runOrder>
+         <!-- temporarily disabled -->
+          <!--<runOrder>random</runOrder>-->
           <redirectTestOutputToFile>true</redirectTestOutputToFile>
           <systemPropertyVariables>
             <java.io.tmpdir>${project.build.directory}</java.io.tmpdir>