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 () => {