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: fix flaky test-runner-exit-code.js #46138

Merged
merged 1 commit into from
Jan 10, 2023
Merged

Commits on Jan 8, 2023

  1. test: fix flaky test-runner-exit-code.js

    test/parallel/test-runner-exit-code.js failed in a recent CI run
    with the following error:
    
    + actual - expected
    
    + 'TAP version 13\n' +
    +   '# Subtest: /home/iojs/build/workspace/...'
    - 'TAP version 13\n'
    
    This commit resolves that flakiness.
    
    Refs: https://ci.nodejs.org/job/node-test-commit-linuxone/35759/
    cjihrig committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    a55e5f3 View commit details
    Browse the repository at this point in the history