Skip to content

test: remove flaky parallel/test-process-wrap test

Rodrigo Muino Tomonari requested to merge github/fork/bnoordhuis/fix45805 into main

It's an old test (added when switching from libev to libuv) that tests implementation details of the internal process_wrap bindings. That kind of thing doesn't need testing in this day and age, and since the test is flaky, simply remove it instead of sinking time in fixing it up.

Fixes: https://github.com/nodejs/node/issues/45805

Merge request reports

Loading