Skip to content

Commit

Permalink
enable wiremock tests on github actions mac
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-akolodziejczyk committed Sep 11, 2024
1 parent d29dea9 commit da0054a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/test/java/net/snowflake/client/jdbc/BaseWiremockTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ public abstract class BaseWiremockTest {
public static void setUpClass() {
assumeFalse(RunningNotOnJava8.isRunningOnJava8());
assumeFalse(RunningNotOnJava21.isRunningOnJava21());
assumeFalse(
RunningNotOnGithubActionsMac
.isRunningOnGithubActionsMac()); // disabled until issue with access to localhost
// (https://github.com/snowflakedb/snowflake-jdbc/pull/1807#discussion_r1686229430) is fixed on
// github actions mac image. Ticket to enable when fixed: SNOW-1555950
originalTrustStorePath = systemGetProperty(TRUST_STORE_PROPERTY);
startWiremockStandAlone();
}
Expand Down

0 comments on commit da0054a

Please sign in to comment.