summary refs log tree commit diff stats
path: root/tests/parallel/tblocking_channel.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/parallel/tblocking_channel.nim')
-rw-r--r--tests/parallel/tblocking_channel.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/parallel/tblocking_channel.nim b/tests/parallel/tblocking_channel.nim
index eb5fcb715..f3ccd166a 100644
--- a/tests/parallel/tblocking_channel.nim
+++ b/tests/parallel/tblocking_channel.nim
@@ -1,8 +1,8 @@
 discard """
 output: ""
-disabled: "freebsd"
+disabled: "freebsd" # see #15725
 """
-# disabled pending bug #15725
+
 import threadpool, os
 
 var chan: Channel[int]