We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a99cdf commit 59baed6Copy full SHA for 59baed6
src/test/java/net/snowflake/client/core/SFTrustManagerIT.java
@@ -55,6 +55,7 @@ public Stream<? extends Arguments> provideArguments(ExtensionContext context) th
55
// this host generates many "SSLHandshake Certificate Revocation
56
// check failed. Could not retrieve OCSP Response." when running in parallel CI builds
57
// Arguments.of("storage.googleapis.com"),
58
+ // test
59
Arguments.of("ocspssd.us-east-1.snowflakecomputing.com/ocsp/fetch"),
60
Arguments.of("sfcsupport.snowflakecomputing.com"),
61
Arguments.of("sfcsupport.us-east-1.snowflakecomputing.com"),
0 commit comments