diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2019-02-09 07:41:11 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-02-13 23:30:14 +0100 |
commit | 354e3f2a4048b6760f00dfd40ec4a54fb7a32b62 (patch) | |
tree | c8ad3105f0d6e4f0179eb13a0c9e36a9913e111c /tests/coroutines | |
parent | 614b731caf6633be32196b2975b34d191623aed0 (diff) | |
download | Nim-354e3f2a4048b6760f00dfd40ec4a54fb7a32b62.tar.gz |
disable flaky coroutines test
Diffstat (limited to 'tests/coroutines')
-rw-r--r-- | tests/coroutines/texceptions.nim | 1 |
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 |