Skip to content

Commit 8345a60

Browse files
Stephen Belangeraduh95
Stephen Belanger
authored andcommitted
test: fix Windows async-context-frame memory failure
PR-URL: #54823 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
1 parent 61047dd commit 8345a60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/parallel/test-async-context-frame.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ const tests = testSets.reduce((m, v) => {
4242
}, []);
4343

4444
describe('AsyncContextFrame', {
45-
concurrency: tests.length
45+
// TODO(qard): I think high concurrency causes memory problems on Windows
46+
// concurrency: tests.length
4647
}, () => {
4748
for (const test of tests) {
4849
it(test, async () => {

0 commit comments

Comments
 (0)