From 925a71374dfd8dd49afb3ff41cf13a1d0b642287 Mon Sep 17 00:00:00 2001 From: Stephen Belanger Date: Fri, 6 Sep 2024 14:19:06 -0700 Subject: [PATCH] test: fix Windows async-context-frame memory failure --- test/parallel/test-async-context-frame.mjs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/parallel/test-async-context-frame.mjs b/test/parallel/test-async-context-frame.mjs index cad5d07bbd17cd..87f0792702f9d5 100644 --- a/test/parallel/test-async-context-frame.mjs +++ b/test/parallel/test-async-context-frame.mjs @@ -42,7 +42,8 @@ const tests = testSets.reduce((m, v) => { }, []); describe('AsyncContextFrame', { - concurrency: tests.length + // TODO(qard): I think high concurrency causes memory problems on Windows + // concurrency: tests.length }, () => { for (const test of tests) { it(test, async () => {