]> source.dussan.org Git - sonarqube.git/commitdiff
CI error investigations - temporarily disable random execution of tests
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Sat, 29 Nov 2014 09:26:26 +0000 (10:26 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Sat, 29 Nov 2014 09:26:26 +0000 (10:26 +0100)
pom.xml

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