Skip to content

Commit ad9a4de

Browse files
[CI] Comment out iOS 16.4 configuration on Cron Checks due to XCTest issues (#3912)
1 parent 1cde8b5 commit ad9a4de

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cron-checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
- ios: "17.5"
3131
device: "iPhone 15 Pro"
3232
setup_runtime: true
33-
- ios: "16.4"
34-
device: "iPhone 14 Pro"
35-
setup_runtime: true
33+
# - ios: "16.4" # XCTest runner hangs most of the time on iOS 16
34+
# device: "iPhone 14 Pro"
35+
# setup_runtime: true
3636
- ios: "15.5"
3737
device: "iPhone 13 Pro"
3838
setup_runtime: true

0 commit comments

Comments
 (0)