summary refs log tree commit diff stats
path: root/testament
diff options
context:
space:
mode:
authorflywind <xzsflywind@gmail.com>2021-02-21 00:25:36 -0600
committerGitHub <noreply@github.com>2021-02-20 22:25:36 -0800
commit778f124af0fbb2243424e267a9beaf046f744e30 (patch)
tree148799b25750c64536aa3a2bc15f35c58f7cf20a /testament
parentac82be07d8ed9795caa0778f0f8577b3934d1d86 (diff)
downloadNim-778f124af0fbb2243424e267a9beaf046f744e30.tar.gz
disable chronos (#17131)
Diffstat (limited to 'testament')
-rw-r--r--testament/important_packages.nim5
1 files changed, 3 insertions, 2 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim
index b19a99adb..c9126e1c7 100644
--- a/testament/important_packages.nim
+++ b/testament/important_packages.nim
@@ -27,8 +27,9 @@ pkg1 "cascade"
 pkg1 "cello"
 pkg1 "chroma"
 pkg1 "chronicles", "nim c -o:chr -r chronicles.nim"
-when not defined(osx): # testdatagram.nim(560, 54): Check failed
-  pkg1 "chronos", "nim c -r -d:release tests/testall"
+# when not defined(osx): # testdatagram.nim(560, 54): Check failed
+#   pkg1 "chronos", "nim c -r -d:release tests/testall"
+  # pending https://github.com/nim-lang/Nim/issues/17130
 pkg1 "cligen", "nim c --path:. -r cligen.nim"
 pkg1 "combparser", "nimble test --gc:orc"
 pkg1 "compactdict"