diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2020-10-26 10:53:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-26 10:53:39 +0200 |
commit | 86d7726fb8044d4e2fc55b0eac3d1d42f5ffc94f (patch) | |
tree | 631c79fc23c7a4c9e182f55ff7ffc58874a34a4d /tests/parallel/tblocking_channel.nim | |
parent | d4c2e2c53ffe86a78c302d7002f6baf346540d17 (diff) | |
download | Nim-86d7726fb8044d4e2fc55b0eac3d1d42f5ffc94f.tar.gz |
workaround #15725 disable freebsd tblocking_channel.nim (#15726)
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..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] |