Fixing surefire random run definition
This commit is contained in:
parent
d616f43cea
commit
8a12915dac
2
pom.xml
2
pom.xml
|
@ -298,7 +298,7 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<argLine>-showversion -Xmx1g -Xms1g -XX:+PrintGCDetails</argLine>
|
<argLine>-showversion -Xmx1g -Xms1g -XX:+PrintGCDetails</argLine>
|
||||||
<failIfNoTests>false</failIfNoTests>
|
<failIfNoTests>false</failIfNoTests>
|
||||||
<runMode>random</runMode>
|
<runOrder>random</runOrder>
|
||||||
<systemProperties>
|
<systemProperties>
|
||||||
<!--
|
<!--
|
||||||
<property>
|
<property>
|
||||||
|
|
Loading…
Reference in New Issue