Skip to content

Commit

Permalink
Disable constantly failing cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed Sep 28, 2023
1 parent 477cf8b commit daaa997
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,16 @@ jobs:
./tests-e2e/test-e2e-server.log
if-no-files-found: error
element_web:
runs-on: ubuntu-latest
# Cypress seems consistently unable to connect to its browser:
#
# Still waiting to connect to Chrome, retrying in 1 second (attempt 18/62)
# read ECONNRESET
# Error: read ECONNRESET
# at TCP.onStreamRead (node:internal/stream_base_commons:217:20)
#
# Disable this job for now---it's not useful at present.
if: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "Build docker image"
Expand Down

0 comments on commit daaa997

Please sign in to comment.