summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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"