From 3c6c5f4faead863a3c901cdd08e6cf997ef4fd0c Mon Sep 17 00:00:00 2001 From: Benjamin Kampmann Date: Wed, 11 Jan 2023 17:25:45 +0100 Subject: [PATCH] ci: disable broken sliding-sync-integration-test-runs --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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`