Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

Commit 436773a

Browse files
committed
Disable Element Web tests, only run csapi and federation tests
1 parent 0f6b81f commit 436773a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/schedules.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
# Run Complement
175175
- run: |
176176
set -o pipefail &&
177-
go test -v -json -tags dendrite_blacklist ./tests/... 2>&1 | gotestfmt
177+
go test -v -json -tags dendrite_blacklist ./tests ./tests/csapi 2>&1 | gotestfmt -hide all
178178
shell: bash
179179
name: Run Complement Tests
180180
env:
@@ -220,6 +220,7 @@ jobs:
220220
fail_ci_if_error: true
221221

222222
element-web:
223+
if: ${{ false }} # disable for now, as Cypress has been replaced by Playwright
223224
timeout-minutes: 120
224225
runs-on: ubuntu-latest
225226
steps:
@@ -259,6 +260,7 @@ jobs:
259260
TMPDIR: ${{ runner.temp }}
260261

261262
element-web-pinecone:
263+
if: ${{ false }} # disable for now, as Cypress has been replaced by Playwright
262264
timeout-minutes: 120
263265
runs-on: ubuntu-latest
264266
steps:

0 commit comments

Comments
 (0)