We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e62b4 commit 88a830eCopy full SHA for 88a830e
.github/workflows/test.yml
@@ -130,13 +130,9 @@ jobs:
130
fail-fast: false
131
matrix:
132
include:
133
- - name: iOS 18
134
- runs-on: macos-15
135
- platform: "iOS"
136
- xcode: "16.4"
137
- device: "iPhone 16 Pro"
138
- test-destination-os: "18.5"
139
-
+ # Running the tests with simulators is incredibly flaky. Our assumption is that simulators might have difficulties
+ # with communicating with the test server in CI.
+ # We are going to add these back in https://github.com/getsentry/sentry-cocoa/issues/6361
140
- name: macOS 15
141
runs-on: macos-15
142
platform: "macOS"
0 commit comments