test: fix Windows async-context-frame memory failure

PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
Stephen Belanger 2024-09-08 07:21:18 -07:00 committed by GitHub
parent 5338533373
commit e1e312d7f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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