mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-19 14:19:06 -04:00
ci: disable broken sliding-sync-integration-test-runs
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -447,7 +447,9 @@ jobs:
|
||||
|
||||
sliding-sync-integration-tests:
|
||||
name: Sliding Sync Integration test
|
||||
if: github.event_name == 'push' || !github.event.pull_request.draft
|
||||
# disabled until we can figure out the weird docker-not-starting-situation
|
||||
if: false
|
||||
# if: github.event_name == 'push' || !github.event.pull_request.draft
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
# Service containers to run with `runner-job`
|
||||
|
||||
Reference in New Issue
Block a user