File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,11 @@ const runTest = async (t, { env } = {}) => {
22
22
return npm ( 'install' , { stderr : true , env } )
23
23
}
24
24
25
- // https://github.com/npm/cli/issues/6763
26
- t . test ( 'no max listeners' , async t => {
25
+ // See https://github.com/npm/cli/issues/6763 for initial reason for this test.
26
+ // Edit: This test is very flaky in CI and is likely due to a Node.js bug
27
+ // (https://github.com/nodejs/node/pull/50136). This test is being skipped for
28
+ // now and will be revisited once the Node.js bugfix has landed across 18+.
29
+ t . todo ( 'no max listeners' , async t => {
27
30
// in node 20.4.0 and above (20.6.1 at the time of this test) installs show
28
31
// MaxListenersExceeded warnings during some installs. these go away with the
29
32
// --no-network-family-autoselection flag. this test documents this behavior
You can’t perform that action at this time.
0 commit comments