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):