Trying to get to the bottom of an intermittent err...
# e2e-testing
f
Trying to get to the bottom of an intermittent error I've recently started seeing in my Cypress runs (Jenkins machines, orchestrated by Cypress Dashboard) It is causing runs to be marked as failed on Jenkins, and on the Dashboard they time out after an hour and a half. Has anyone else seen this in their runs?
Copy code
14:52:18  Cannot read properties of null (reading 'reading')
14:52:18  TypeError: Cannot read properties of null (reading 'reading')
14:52:18      at TCP.get [as reading] (node:_tls_wrap:634:27)
Full error here
I've raised a github issue on this, in case anyone else is affected https://github.com/cypress-io/cypress/issues/22380
3 Views