diff options
-rw-r--r-- | tests/stdlib/tssl.nim | 1 |
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] |