diff options
author | Arne Döring <arne.doering@gmx.net> | 2019-06-05 14:55:47 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-06-05 14:55:47 +0200 |
commit | efbf43d4a9b9ffdee5db95749d0d992bc16bb350 (patch) | |
tree | 31843b75327e73eb41df0e09343757246282f53b /tests/coroutines/titerators.nim | |
parent | 92308625347493b37951cb25e944c650a909565a (diff) | |
download | Nim-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.nim | 3 |
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 |