You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The iOS 16 unit tests often time out in Continuous Integration (CI).
Downloading the simulator and booting the device typically takes about 5
minutes each. Additionally, the xcodebuild process can take a couple of
minutes before Xcode actually starts running the tests in CI.
From past experience, manually downloading a simulator runtime and
creating one tends to result in a higher flake rate for the tests. Even
when they are stable, the iOS 16 job still takes a considerable amount
of time to complete. Therefore, rather than retaining these tests, which
only provide a small benefit in terms of bug detection on iOS 16, we
should consider removing them.
0 commit comments