summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorChavdar Ivanov <ci4ic4@gmail.com>2022-11-29 23:21:47 +0000
committerGitHub <noreply@github.com>2022-11-30 07:21:47 +0800
commit8f728ace353857b007c9c38d1d4de98bf431d5e2 (patch)
tree318bd1195e25f0f6c6bc0123004c9740662b3778
parentce971400c069d812f6df427059fd7cdd3dc8f906 (diff)
downloadNim-8f728ace353857b007c9c38d1d4de98bf431d5e2.tar.gz
Update tssl.nim (#20973)
This test hangs also under NetBSD and prevents the rest of the tests to carry over to the end.
-rw-r--r--tests/stdlib/tssl.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/stdlib/tssl.nim b/tests/stdlib/tssl.nim
index f8e52ab4b..6f6858be4 100644
--- a/tests/stdlib/tssl.nim
+++ b/tests/stdlib/tssl.nim
@@ -2,6 +2,7 @@ discard """
   joinable: false
   disabled: "freebsd"
   disabled: "openbsd"
+  disabled: "netbsd"
 """
 # disabled: pending bug #15713
 import std/[net, nativesockets, assertions, typedthreads]