summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tests/parallel/tblocking_channel.nim2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/parallel/tblocking_channel.nim b/tests/parallel/tblocking_channel.nim
index 6ec0e1588..eb5fcb715 100644
--- a/tests/parallel/tblocking_channel.nim
+++ b/tests/parallel/tblocking_channel.nim
@@ -1,6 +1,8 @@
 discard """
 output: ""
+disabled: "freebsd"
 """
+# disabled pending bug #15725
 import threadpool, os
 
 var chan: Channel[int]