summary refs log tree commit diff stats
path: root/tests/coroutines/titerators.nim
diff options
context:
space:
mode:
authorArne Döring <arne.doering@gmx.net>2019-06-05 14:55:47 +0200
committerAndreas Rumpf <rumpf_a@web.de>2019-06-05 14:55:47 +0200
commitefbf43d4a9b9ffdee5db95749d0d992bc16bb350 (patch)
tree31843b75327e73eb41df0e09343757246282f53b /tests/coroutines/titerators.nim
parent92308625347493b37951cb25e944c650a909565a (diff)
downloadNim-efbf43d4a9b9ffdee5db95749d0d992bc16bb350.tar.gz
intVal works now on enum field symbols (#11403)
* intVal works now on enum field symbols

* disable flakey titerators test
Diffstat (limited to 'tests/coroutines/titerators.nim')
-rw-r--r--tests/coroutines/titerators.nim3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/coroutines/titerators.nim b/tests/coroutines/titerators.nim
index abcfbde43..d12a5debe 100644
--- a/tests/coroutines/titerators.nim
+++ b/tests/coroutines/titerators.nim
@@ -1,7 +1,10 @@
 discard """
   target: "c"
+disabled: true
 """
 
+# Timers are always flakey on the testing servers.
+
 import coro
 include system/timers