Skip to content

Commit cf61b33

Browse files
committed
trying to fix surefire
1 parent 246415d commit cf61b33

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -921,6 +921,11 @@
921921
-->
922922
<argLine>@{argLine} -ea -Xms1024m -Xmx4096m -Xss4m -Dfile.encoding=UTF-8 -Djdk.attach.allowAttachSelf=true -Duser.language=en -Duser.country=GB ${addOpens}</argLine>
923923
<runOrder>alphabetical</runOrder>
924+
<excludes>
925+
<!-- Do NOT run integration tests with surefire... use failsafe!!!-->
926+
<exclude>**/*IT.java</exclude>
927+
<exclude>**/*IT.kt</exclude>
928+
</excludes>
924929
</configuration>
925930
</plugin>
926931

0 commit comments

Comments
 (0)