From 8f728ace353857b007c9c38d1d4de98bf431d5e2 Mon Sep 17 00:00:00 2001 From: Chavdar Ivanov Date: Tue, 29 Nov 2022 23:21:47 +0000 Subject: [PATCH] Update tssl.nim (#20973) This test hangs also under NetBSD and prevents the rest of the tests to carry over to the end. --- tests/stdlib/tssl.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/stdlib/tssl.nim b/tests/stdlib/tssl.nim index f8e52ab4bd..6f6858be44 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]