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

chore: Skip failing cookie tests in Firefox #5575

Merged
merged 1 commit into from Apr 6, 2020

Commits on Apr 2, 2020

  1. chore: Skip failing cookie tests in Firefox

    They fail because cookies in Firefox return a `sameSite` key which the
    tests don't expect.
    
    This is a solution that at least gets the Travis FF build (hopefully!)
    green again. Longer term it'd be great to allow the assertion to change
    based on the browser, rather than skip these tests entirely.
    jackfranklin committed Apr 2, 2020
    Copy the full SHA
    e4810ba View commit details
    Browse the repository at this point in the history