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