diff options
Diffstat (limited to 'tests/parallel/tblocking_channel.nim')
-rw-r--r-- | tests/parallel/tblocking_channel.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/parallel/tblocking_channel.nim b/tests/parallel/tblocking_channel.nim index 6ec0e1588..f3ccd166a 100644 --- a/tests/parallel/tblocking_channel.nim +++ b/tests/parallel/tblocking_channel.nim @@ -1,6 +1,8 @@ discard """ output: "" +disabled: "freebsd" # see #15725 """ + import threadpool, os var chan: Channel[int] |