mirror of
https://github.com/matrix-org/sliding-sync.git
synced 2025-03-10 13:37:11 +00:00
Merge pull request #317 from matrix-org/dmr/disable-cypress
This commit is contained in:
commit
0d110275a4
9
.github/workflows/tests.yml
vendored
9
.github/workflows/tests.yml
vendored
@ -167,6 +167,15 @@ jobs:
|
||||
./tests-e2e/test-e2e-server.log
|
||||
if-no-files-found: error
|
||||
element_web:
|
||||
# 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user