Skip to content

Commit

Permalink
try to fix broken ssl test (#18991)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8a4eeba)
  • Loading branch information
narimiran committed Oct 14, 2021
1 parent 3e6c222 commit a130aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/untestable/thttpclient_ssl_remotenetwork.nim
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ when enableRemoteNetworking and (defined(nimTestsEnableFlaky) or not defined(win
("https://sha256.badssl.com/", good, "sha256"),
("https://sha384.badssl.com/", good, "sha384"),
("https://sha512.badssl.com/", good, "sha512"),
("https://1000-sans.badssl.com/", good, "1000-sans"),
("https://1000-sans.badssl.com/", bad, "1000-sans"),
("https://10000-sans.badssl.com/", good_broken, "10000-sans"),
("https://ecc256.badssl.com/", good, "ecc256"),
("https://ecc384.badssl.com/", good, "ecc384"),
Expand Down

0 comments on commit a130aa5

Please sign in to comment.