summary refs log tree commit diff stats
path: root/tests/untestable/thttpclient_ssl_remotenetwork.nim
diff options
context:
space:
mode:
authorMiran <narimiran@disroot.org>2021-10-14 09:56:58 +0200
committerGitHub <noreply@github.com>2021-10-14 09:56:58 +0200
commit8a4eeba218b22d4258f95a279771851082a2e197 (patch)
treecca75d994c4ecf8cff16bace1eceb990e29f717c /tests/untestable/thttpclient_ssl_remotenetwork.nim
parent3493783d0f3f90b2a90c87b93c92360168272f34 (diff)
downloadNim-8a4eeba218b22d4258f95a279771851082a2e197.tar.gz
try to fix broken ssl test (#18991)
Diffstat (limited to 'tests/untestable/thttpclient_ssl_remotenetwork.nim')
-rw-r--r--tests/untestable/thttpclient_ssl_remotenetwork.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/untestable/thttpclient_ssl_remotenetwork.nim b/tests/untestable/thttpclient_ssl_remotenetwork.nim
index f56fe274b..d8137e516 100644
--- a/tests/untestable/thttpclient_ssl_remotenetwork.nim
+++ b/tests/untestable/thttpclient_ssl_remotenetwork.nim
@@ -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"),