Re-enable random execution of tests

This commit is contained in:
Simon Brandhof 2014-11-28 17:25:06 +01:00
parent 0646b63766
commit 41e9fb68fb

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>