File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2121 strategy :
2222 matrix :
2323 include :
24- - ios : " 26.0"
25- device : " iPhone 17 Pro"
26- setup_runtime : false
24+ # - ios: "26.0" TODO: IOS-1181
25+ # device: "iPhone 17 Pro"
26+ # setup_runtime: false
2727 - ios : " 18.5"
2828 device : " iPhone 16 Pro"
2929 setup_runtime : false
Original file line number Diff line number Diff line change 9696 env :
9797 INSTALL_YEETD : true
9898 INSTALL_SONAR : true
99+ IOS_SIMULATOR_DEVICE : " iPhone 16 Pro (18.5)" # TODO: IOS-1181
100+ XCODE_VERSION : " 16.4" # TODO: IOS-1181
99101 - name : Run UI Tests (Debug)
100102 run : bundle exec fastlane test_ui device:"${{ env.IOS_SIMULATOR_DEVICE }}" record:"${{ github.event.inputs.record_snapshots }}"
101103 timeout-minutes : 120
@@ -172,6 +174,8 @@ jobs:
172174 INSTALL_ALLURE : true
173175 INSTALL_YEETD : true
174176 SKIP_SWIFT_BOOTSTRAP : true
177+ IOS_SIMULATOR_DEVICE : " iPhone 16 Pro (18.5)" # TODO: IOS-1181
178+ XCODE_VERSION : " 16.4" # TODO: IOS-1181
175179 - name : Run UI Tests (Debug)
176180 run : bundle exec fastlane test_e2e_mock device:"${{ env.IOS_SIMULATOR_DEVICE }}" batch:'${{ matrix.batch }}' test_without_building:true
177181 timeout-minutes : 100
You can’t perform that action at this time.
0 commit comments