diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eff72d0d5..0c48cb3b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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`