summary refs log tree commit diff stats
path: root/testament
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2021-12-07 17:59:43 +0100
committerGitHub <noreply@github.com>2021-12-07 17:59:43 +0100
commit93c8427fca0bdc0f32c8f7c011c661808ea1e6dc (patch)
treec700f80fecab7e006b6aeb0b110dcacd058babc8 /testament
parentebd88725f9d899440408cc635b79041942bc4fd0 (diff)
downloadNim-93c8427fca0bdc0f32c8f7c011c661808ea1e6dc.tar.gz
re-enable chronos testing once again [backport:1.2] (#19222)
Diffstat (limited to 'testament')
-rw-r--r--testament/important_packages.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim
index e11799e73..7e15e7c65 100644
--- a/testament/important_packages.nim
+++ b/testament/important_packages.nim
@@ -51,7 +51,7 @@ pkg "cascade"
 pkg "cello"
 pkg "chroma"
 pkg "chronicles", "nim c -o:chr -r chronicles.nim"
-pkg "chronos", "nim c -r -d:release tests/testall", allowFailure = true # pending https://github.com/nim-lang/Nim/issues/17130
+pkg "chronos", "nim c -r -d:release tests/testall"
 pkg "cligen", "nim c --path:. -r cligen.nim"
 pkg "combparser", "nimble test --gc:orc"
 pkg "compactdict"