From cc6bc8960d893026b652949e1ac7f01d5308f9b0 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Wed, 24 Mar 2021 01:01:31 +0100 Subject: [PATCH] closes #17085; boehm has problems with large allocations, that is expected and we don't care (#17487) (cherry picked from commit 8ccde68f132be4dba330eb6ec50f4679e564efac) --- testament/categories.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testament/categories.nim b/testament/categories.nim index 436b76c472..dfa99892b0 100644 --- a/testament/categories.nim +++ b/testament/categories.nim @@ -216,7 +216,7 @@ proc gcTests(r: var TResults, cat: Category, options: string) = test "stackrefleak" test "cyclecollector" - test "trace_globals" + testWithoutBoehm "trace_globals" proc longGCTests(r: var TResults, cat: Category, options: string) = when defined(windows):