Explorar el Código

Re-enable random execution of tests

tags/5.0-RC1
Simon Brandhof hace 9 años
padre
commit
41e9fb68fb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      pom.xml

+ 1
- 1
pom.xml Ver fichero

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

Cargando…
Cancelar
Guardar