Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from Dec 12, 2022

Commits on Dec 10, 2022

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

    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: nodejs#45805
    bnoordhuis committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    31af79d View commit details
    Browse the repository at this point in the history