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 <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
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

+2-1
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)