From 14cdcc091f99f1c35b5cf0f7cd676e1829567b57 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Mon, 26 Feb 2024 13:55:18 +0800 Subject: [PATCH] disable measuremancer (#23352) ref https://github.com/SciNim/Measuremancer/issues/17 --- 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 b9f891dadf..1949a6474d 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -91,7 +91,7 @@ pkg "lockfreequeues" pkg "macroutils" pkg "manu" pkg "markdown" -pkg "measuremancer", "nimble testDeps; nimble -y test" +pkg "measuremancer", "nimble testDeps; nimble -y test", allowFailure = true # when unchained is version 0.3.7 or higher, use `nimble testDeps;` pkg "memo" pkg "msgpack4nim", "nim c -r tests/test_spec.nim"