From 73a77e9bef8f3ac8a57cd589f990c14240fb5018 Mon Sep 17 00:00:00 2001 From: narimiran Date: Tue, 26 Mar 2019 16:03:40 +0100 Subject: [PATCH] disable testing of nim-chronicles until is fixed --- testament/important_packages.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 39bcba2f2f..28ee57f928 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -11,7 +11,7 @@ pkg "ast_pattern_matching", "nim c tests/test1.nim" pkg "blscurve", "", "", true pkg "bncurve", "nim c tests/tarith.nim", "", true pkg "c2nim", "nim c testsuite/tester.nim" -pkg "chronicles", "nim c -o:chr chronicles.nim" +# pkg "chronicles", "nim c -o:chr chronicles.nim" # pkg "chronos", "nim c tests/teststream.nim" pkg "cligen", "nim c -o:cligenn cligen.nim" pkg "compactdict", "nim c tests/test1.nim"