Skip to content

Commit 88a830e

Browse files
ci: Only run test server on macOS (#6350)
The test server tests on iOS are very flaky. Let's only run these on macOS.
1 parent f9e62b4 commit 88a830e

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,9 @@ jobs:
130130
fail-fast: false
131131
matrix:
132132
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-
133+
# Running the tests with simulators is incredibly flaky. Our assumption is that simulators might have difficulties
134+
# with communicating with the test server in CI.
135+
# We are going to add these back in https://github.com/getsentry/sentry-cocoa/issues/6361
140136
- name: macOS 15
141137
runs-on: macos-15
142138
platform: "macOS"

0 commit comments

Comments
 (0)