Skip to content

Commit

Permalink
ci: Temporarily remove more test endpoints with expired certs (#3300)
Browse files Browse the repository at this point in the history
  • Loading branch information
lundinc2 authored May 2, 2022
1 parent 1b9054f commit f7664ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/integration/s2n_client_endpoint_handshake_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
{"endpoint": "mozilla-intermediate.badssl.com"},
{"endpoint": "mozilla-modern.badssl.com"},
{"endpoint": "rsa2048.badssl.com"},
{"endpoint": "rsa4096.badssl.com"},
# {"endpoint": "rsa4096.badssl.com"},
{"endpoint": "sha256.badssl.com"},
# {"endpoint": "sha384.badssl.com"},
# {"endpoint": "sha512.badssl.com"},
Expand Down
2 changes: 1 addition & 1 deletion tests/integrationv2/test_well_known_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"mozilla-intermediate.badssl.com",
"mozilla-modern.badssl.com",
"rsa2048.badssl.com",
"rsa4096.badssl.com",
# "rsa4096.badssl.com",
"sha256.badssl.com",
# "sha384.badssl.com",
# "sha512.badssl.com",
Expand Down

0 comments on commit f7664ed

Please sign in to comment.