Skip to content

Commit

Permalink
try remove env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyge2022 committed Aug 14, 2023
1 parent b3007fd commit bcc4ee7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1073,9 +1073,9 @@
</systemPropertyVariables>
<environmentVariables>
<!-- see https://github.com/testcontainers/testcontainers-java/issues/3609#issuecomment-746966465 -->
<TESTCONTAINERS_RYUK_DISABLED>true</TESTCONTAINERS_RYUK_DISABLED>
<!-- <TESTCONTAINERS_RYUK_DISABLED>true</TESTCONTAINERS_RYUK_DISABLED>-->
<!-- see https://github.com/testcontainers/testcontainers-java/issues/4785#issuecomment-1016686911 -->
<TESTCONTAINERS_HOST_OVERRIDE>host.docker.internal</TESTCONTAINERS_HOST_OVERRIDE>
<!-- <TESTCONTAINERS_HOST_OVERRIDE>host.docker.internal</TESTCONTAINERS_HOST_OVERRIDE>-->
</environmentVariables>
<trimStackTrace>false</trimStackTrace>
<useSystemClassLoader>${surefire.useSystemClassLoader}</useSystemClassLoader>
Expand Down

0 comments on commit bcc4ee7

Please sign in to comment.