Closed
Description
Overview
Cypress flake in CircleCI! Hooray!
0 passing (31s)
1 failing
1) Index
has no accessibility issues detected by aXe:
CypressError: `cy.visit()` failed trying to load:
http://localhost:3000/
We attempted to make an http request to this URL but the request failed without a response.
We received this error at the network level:
> Error: ESOCKETTIMEDOUT
Example: https://github.com/typescript-eslint/typescript-eslint/runs/5648789441?check_suite_focus=true
It started happening after #4710. I'd specifically kept us at a lower cypress version in #4362 because of cypress-io/cypress#19299, a different piece of flake. Lovely.
I'll revert #4710 and pin us to the old version of Cypress for now.