Temporarily disable random execution of tests for investigating infra FP

This commit is contained in:
Simon Brandhof 2014-11-28 11:39:53 +01:00
parent ac80f04342
commit c838d73798

View File

@ -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>