summary refs log tree commit diff stats
path: root/tests/coroutines/titerators.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/coroutines/titerators.nim')
-rw-r--r--tests/coroutines/titerators.nim5
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