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