-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Run tests against Chrome 73, Node 8.2.1 #3891
Conversation
This reverts commit aa1d52b.
@bkucera can you take a look at the failing driver integration tests? Seems like something in Chrome 73 could be breaking |
Weirdly enough, It's some other tests that are failing. |
Superseded by #4001 |
This PR moves the Circle config to use
cypress/browsers:node8.21-chrome73
.This PR also re-enables the HTTPS performance tests, now that
--disable-http2
is available as a Chrome arg so they'll work.