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_runner: omit filtered test from output #52221

Merged
merged 1 commit into from
Mar 28, 2024

Commits on Mar 26, 2024

  1. test_runner: omit filtered test from output

    This commit updates the test runner to suppress any output for
    filtered tests. Filtered tests no longer generate reporter events,
    and the unfiltered tests are renumbered in the output as though
    the filtered tests were not present. Skipped tests that are not
    filtered are still included in the output.
    
    This change is particularly useful when filtering a large number
    of tests, as the previously displayed skip output could be
    distracting.
    
    Fixes: nodejs#51383
    cjihrig committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    d2de388 View commit details
    Browse the repository at this point in the history