summary refs log tree commit diff stats
path: root/tests/coroutines
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2019-02-09 07:41:11 +0100
committerAndreas Rumpf <rumpf_a@web.de>2019-02-13 23:30:14 +0100
commit354e3f2a4048b6760f00dfd40ec4a54fb7a32b62 (patch)
treec8ad3105f0d6e4f0179eb13a0c9e36a9913e111c /tests/coroutines
parent614b731caf6633be32196b2975b34d191623aed0 (diff)
downloadNim-354e3f2a4048b6760f00dfd40ec4a54fb7a32b62.tar.gz
disable flaky coroutines test
Diffstat (limited to 'tests/coroutines')
-rw-r--r--tests/coroutines/texceptions.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/coroutines/texceptions.nim b/tests/coroutines/texceptions.nim
index 323eb055d..7b5d57ec0 100644
--- a/tests/coroutines/texceptions.nim
+++ b/tests/coroutines/texceptions.nim
@@ -1,5 +1,6 @@
 discard """
   target: "c"
+  disabled: true
 """
 
 import coro