Skip to content

Commit 3151de4

Browse files
committed
making failsafe consistent to surefire
1 parent 137a188 commit 3151de4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,9 +1053,6 @@
10531053
https://bugs.openjdk.java.net/browse/JDK-8266851
10541054
-->
10551055
<argLine>@{argLine} -ea -Xms1024m -Xmx4096m -Xss4m -Dfile.encoding=UTF-8 -Djdk.attach.allowAttachSelf=true -Duser.language=en -Duser.country=GB ${addOpens}</argLine>
1056-
<!-- Needed for some weird bug in JDK used in CircleCI-->
1057-
<!-- Commented out, as no longer using CircleCI-->
1058-
<!-- <useSystemClassLoader>false</useSystemClassLoader>-->
10591056
<runOrder>alphabetical</runOrder>
10601057
</configuration>
10611058
</plugin>
@@ -1070,7 +1067,7 @@
10701067
<redirectTestOutputToFile>true</redirectTestOutputToFile>
10711068
<rerunFailingTestsCount>2</rerunFailingTestsCount>
10721069
<argLine>@{argLine} -ea -Xms1024m -Xmx4096m -Djdk.attach.allowAttachSelf=true -Duser.language=en -Duser.country=GB ${addOpens}</argLine>
1073-
<useSystemClassLoader>false</useSystemClassLoader>
1070+
<runOrder>alphabetical</runOrder>
10741071
</configuration>
10751072
<executions>
10761073
<execution>

0 commit comments

Comments
 (0)