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

Remove DNS resolver workaround from the test framework #17547

Merged

Commits on Jan 20, 2024

  1. Remove DNS resolver workaround from the test framework

    The `if` statement is no longer necessary because the Node.js versions
    that didn't provide `dns.setDefaultResultOrder` are no longer supported,
    but looking into this a bit more it turns out that the entire workaround
    is no longer necessary because the issue got fixed in Firefox 105 in bug
    1769994. Indeed, Firefox now starts nicely with the workaround removed.
    
    Reverts 60ed3cd.
    timvandermeij committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    c70edbc View commit details
    Browse the repository at this point in the history