Update tssl.nim (#20973)

This test hangs also under NetBSD and prevents the rest of the tests to carry over to the end.
This commit is contained in:
Chavdar Ivanov
2022-11-29 23:21:47 +00:00
committed by GitHub
parent ce971400c0
commit 8f728ace35

View File

@@ -2,6 +2,7 @@ discard """
joinable: false
disabled: "freebsd"
disabled: "openbsd"
disabled: "netbsd"
"""
# disabled: pending bug #15713
import std/[net, nativesockets, assertions, typedthreads]