summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-12-11 20:50:32 +0100
committerAraq <rumpf_a@web.de>2014-12-11 20:50:32 +0100
commitf731c5aac05f182b2a3861677cbe5445237eccd7 (patch)
treef2f72b18375da2a0376114b96e78402a07630a24
parent911001991f50bcc77f910747bfbe1c1ff193b594 (diff)
downloadNim-f731c5aac05f182b2a3861677cbe5445237eccd7.tar.gz
disable t5000 test for the autobuilder
-rw-r--r--tests/parallel/t5000.nim3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/parallel/t5000.nim b/tests/parallel/t5000.nim
index 025c327fa..1dd47a61c 100644
--- a/tests/parallel/t5000.nim
+++ b/tests/parallel/t5000.nim
@@ -1,7 +1,10 @@
 discard """
   output: '''50005000'''
+  disabled: "true"
 """
 
+# XXX this seems to deadlock certain Linux machines
+
 import threadpool, strutils
 
 proc foo(x: int): string = $x