summary refs log tree commit diff stats
path: root/tests/stdlib
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stdlib')
-rw-r--r--tests/stdlib/tssl.nim4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/stdlib/tssl.nim b/tests/stdlib/tssl.nim
index 3c2b6be2b..7625f3694 100644
--- a/tests/stdlib/tssl.nim
+++ b/tests/stdlib/tssl.nim
@@ -1,7 +1,9 @@
 discard """
   joinable: false
+  disabled: "freebsd"
+  disabled: "openbsd"
 """
-
+# disabled: pending bug #15713
 import net, nativesockets
 
 when defined(posix): import os, posix