Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public Stream<? extends Arguments> provideArguments(ExtensionContext context) th
// this host generates many "SSLHandshake Certificate Revocation
// check failed. Could not retrieve OCSP Response." when running in parallel CI builds
// Arguments.of("storage.googleapis.com"),
// test
Arguments.of("ocspssd.us-east-1.snowflakecomputing.com/ocsp/fetch"),
Arguments.of("sfcsupport.snowflakecomputing.com"),
Arguments.of("sfcsupport.us-east-1.snowflakecomputing.com"),
Expand Down
Loading