From 2edefa5a8c5b1bd8dd91d52cbae225c1c4af8aa6 Mon Sep 17 00:00:00 2001 From: Nikolay Volosatov Date: Mon, 26 Aug 2024 18:36:20 +0100 Subject: [PATCH] Disable iOS integration tests (#547) --- .github/workflows/integration-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 4ee8ba89..7c444e9e 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -25,7 +25,8 @@ jobs: fail-fast: false matrix: include: - - platform: iOS + # iOS integration tests are too flaky and are temporary excluded + # - platform: iOS - platform: macOS - platform: tvOS - platform: watchOS