Skip to content

Commit

Permalink
Remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jszczerbinski committed Aug 23, 2024
1 parent d691fdb commit 117391a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/test/java/net/snowflake/client/jdbc/BaseWiremockTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ public abstract class BaseWiremockTest {
"/.m2/repository/org/wiremock/wiremock-standalone/3.8.0/wiremock-standalone-3.8.0.jar";
protected static final String WIREMOCK_HOST = "localhost";
protected static final String TRUST_STORE_PROPERTY = "javax.net.ssl.trustStore";
protected static int httpProxyPort;
protected static int httpsProxyPort;
protected int httpProxyPort;
protected int httpsProxyPort;
private static String originalTrustStorePath;
protected static Process wiremockStandalone;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ public class RestRequestWiremockTest extends BaseWiremockTest {
+ " }"
+ "}";

@Test
public void testProxyIsUsedWhenSetInProperties() throws Exception {
importMapping(connectionResetByPeerScenario);
HttpClientBuilder httpClientBuilder = HttpClientBuilder.create().disableAutomaticRetries();
Expand Down

0 comments on commit 117391a

Please sign in to comment.