summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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]
75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94