diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-11-28 11:39:53 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-11-28 11:39:53 +0100 |
commit | c838d7379836375a900f5471cc172bc9d24291c2 (patch) | |
tree | 98d819e54bf1f5d319fb3231d20602d8544a23be /pom.xml | |
parent | ac80f04342fa39f921b1b8386299358f1b32ecc5 (diff) | |
download | sonarqube-c838d7379836375a900f5471cc172bc9d24291c2.tar.gz sonarqube-c838d7379836375a900f5471cc172bc9d24291c2.zip |
Temporarily disable random execution of tests for investigating infra FP
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -476,7 +476,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> |