From 86d7726fb8044d4e2fc55b0eac3d1d42f5ffc94f Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Mon, 26 Oct 2020 10:53:39 +0200 Subject: [PATCH] workaround #15725 disable freebsd tblocking_channel.nim (#15726) --- tests/parallel/tblocking_channel.nim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/parallel/tblocking_channel.nim b/tests/parallel/tblocking_channel.nim index 6ec0e15883..eb5fcb7159 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]