diff options
author | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2024-02-07 10:28:10 +0100 |
---|---|---|
committer | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2024-02-07 10:28:10 +0100 |
commit | 436773ab71463dae030e8a3ba21a32f8fd78655c (patch) | |
tree | 946a43b3efa47a2de242aec043a642e06376c5ad | |
parent | 0f6b81f4560855d57550452463cc8d8b91de9ff2 (diff) |
Disable Element Web tests, only run csapi and federation tests
-rw-r--r-- | .github/workflows/schedules.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/schedules.yaml b/.github/workflows/schedules.yaml index 50986186..b51d234c 100644 --- a/.github/workflows/schedules.yaml +++ b/.github/workflows/schedules.yaml @@ -174,7 +174,7 @@ jobs: # Run Complement - run: | set -o pipefail && - go test -v -json -tags dendrite_blacklist ./tests/... 2>&1 | gotestfmt + go test -v -json -tags dendrite_blacklist ./tests ./tests/csapi 2>&1 | gotestfmt -hide all shell: bash name: Run Complement Tests env: @@ -220,6 +220,7 @@ jobs: fail_ci_if_error: true element-web: + if: ${{ false }} # disable for now, as Cypress has been replaced by Playwright timeout-minutes: 120 runs-on: ubuntu-latest steps: @@ -259,6 +260,7 @@ jobs: TMPDIR: ${{ runner.temp }} element-web-pinecone: + if: ${{ false }} # disable for now, as Cypress has been replaced by Playwright timeout-minutes: 120 runs-on: ubuntu-latest steps: |