summary refs log tree commit diff stats
path: root/testament
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2024-02-26 13:55:18 +0800
committerGitHub <noreply@github.com>2024-02-26 13:55:18 +0800
commit14cdcc091f99f1c35b5cf0f7cd676e1829567b57 (patch)
treed673de6091e67b5446c7c4e8165fb18f88964268 /testament
parent37ed8c84801a850b91b86f777ae2a4a2e022cd47 (diff)
downloadNim-14cdcc091f99f1c35b5cf0f7cd676e1829567b57.tar.gz
disable measuremancer (#23352)
ref https://github.com/SciNim/Measuremancer/issues/17
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 b9f891dad..1949a6474 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"