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

Allow Edge tests to fail #339

Merged
merged 1 commit into from Feb 23, 2023
Merged

Allow Edge tests to fail #339

merged 1 commit into from Feb 23, 2023

Commits on Feb 23, 2023

  1. Allow Edge tests to fail

    Window's `msedgedriver` seems to be unreliable, as port binding will
    occasionally fail. Instead of wasting time trying to debug this, just
    let the tests fail.
    
    We take a similar approch for Safari's webdriver, we will allow the
    tests to fail, but will hopefully see when they start succeeding (when
    Safari fixes the COOP bug).
    
    Signed-off-by: Joe Richey <joerichey@google.com>
    josephlr committed Feb 23, 2023
    Copy the full SHA
    f0eda77 View commit details
    Browse the repository at this point in the history