summary refs log tree commit diff stats
path: root/tests/stdlib/tssl.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stdlib/tssl.nim')
-rw-r--r--tests/stdlib/tssl.nim9
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/stdlib/tssl.nim b/tests/stdlib/tssl.nim
index 6f6858be4..1628b9326 100644
--- a/tests/stdlib/tssl.nim
+++ b/tests/stdlib/tssl.nim
@@ -1,10 +1,11 @@
 discard """
+  matrix: "--mm:refc; --mm:orc"
   joinable: false
-  disabled: "freebsd"
-  disabled: "openbsd"
-  disabled: "netbsd"
+  disabled: "freebsd" # see #15713
+  disabled: "openbsd" # see #15713
+  disabled: "netbsd" # see #15713
 """
-# disabled: pending bug #15713
+
 import std/[net, nativesockets, assertions, typedthreads]
 
 when defined(posix): import os, posix