Skip to content

Commit

Permalink
test: fix Windows async-context-frame memory failure
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Qard authored and aduh95 committed Sep 12, 2024
1 parent 61047dd commit 8345a60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/parallel/test-async-context-frame.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit 8345a60

Please sign in to comment.