summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2022-11-13 15:29:47 +0800
committerGitHub <noreply@github.com>2022-11-13 15:29:47 +0800
commitd73fff1ecc858783a3f1a90830e1bad4a3a23737 (patch)
treee9211dd76e90b6e93ffa8a92027e9dc45732dee5
parentcfab08d9850a4989a6cc56ebb90f8ecb8de19b5d (diff)
downloadNim-d73fff1ecc858783a3f1a90830e1bad4a3a23737.tar.gz
fixes flaky CI with channels and ORC (#20831)
fixes flasky CI with channels

channels doesn't seem to work well with arc/orc
-rw-r--r--tests/threads/ttryrecv.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/threads/ttryrecv.nim b/tests/threads/ttryrecv.nim
index cadf6c550..fcff94e78 100644
--- a/tests/threads/ttryrecv.nim
+++ b/tests/threads/ttryrecv.nim
@@ -1,4 +1,5 @@
 discard """
+  matrix: "--mm:refc"
   outputsub: "channel is empty"
 """