Browse Source

Re-enable random execution of tests

tags/5.0-RC1
Simon Brandhof 9 years ago
parent
commit
41e9fb68fb
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      pom.xml

+ 1
- 1
pom.xml 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>

Loading…
Cancel
Save