Skip to content

Commit

Permalink
try to fix broken ssl test (#18991)
Browse files Browse the repository at this point in the history
  • Loading branch information
narimiran authored Oct 14, 2021
1 parent 3493783 commit 8a4eeba
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 8a4eeba

Please sign in to comment.