mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
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:
parent
5338533373
commit
e1e312d7f0
@ -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 () => {
|
||||
|
Loading…
Reference in New Issue
Block a user