summary refs log tree commit diff stats
path: root/tests/stdlib
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2024-08-20 22:07:11 +0800
committerGitHub <noreply@github.com>2024-08-20 16:07:11 +0200
commit6336d2681b16e089b8815fddd0e79abeda9ce85b (patch)
tree99aa8346d456b1f0c980caed88ce6a2a73d2544c /tests/stdlib
parentdda638c1ba985a77eac3c7518138992521884172 (diff)
downloadNim-6336d2681b16e089b8815fddd0e79abeda9ce85b.tar.gz
adds a ubuntu 24.04 matrix with gcc 14 for tests (#23673)
ref https://forum.nim-lang.org/t/11587
Diffstat (limited to 'tests/stdlib')
-rw-r--r--tests/stdlib/thttpclient_ssl.nim5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/stdlib/thttpclient_ssl.nim b/tests/stdlib/thttpclient_ssl.nim
index feacd3e57..6b963f029 100644
--- a/tests/stdlib/thttpclient_ssl.nim
+++ b/tests/stdlib/thttpclient_ssl.nim
@@ -13,7 +13,10 @@ discard """
 ## Test with:
 ## ./bin/nim c -d:ssl -p:. --threads:on -r tests/stdlib/thttpclient_ssl.nim
 
-when not defined(windows):
+
+from stdtest/testutils import disableSSLTesting
+
+when not defined(windows) and not disableSSLTesting():
   # Disabled on Windows due to old OpenSSL version
   import std/[formatfloat, syncio]
   import