Skip to content

Commit 0334934

Browse files
committed
Test flaky tests
1 parent 93b4327 commit 0334934

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/cron-checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
strategy:
2222
matrix:
2323
include:
24-
# - ios: "26.1" TODO: IOS-1181
25-
# device: "iPhone 17 Pro"
26-
# setup_runtime: false
24+
- ios: "26.1"
25+
device: "iPhone 17 Pro"
26+
setup_runtime: false
2727
- ios: "18.5"
2828
device: "iPhone 16 Pro"
2929
setup_runtime: false

.github/workflows/smoke-checks.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ jobs:
9292
runs-on: macos-15
9393
env:
9494
GITHUB_TOKEN: ${{ secrets.CI_BOT_GITHUB_TOKEN }} # to open a PR
95-
IOS_SIMULATOR_DEVICE: "iPhone 16 Pro (18.5)" # TODO: IOS-1181
96-
XCODE_VERSION: "16.4" # TODO: IOS-1181
9795
steps:
9896
- uses: actions/[email protected]
9997
- uses: ./.github/actions/bootstrap
@@ -159,8 +157,6 @@ jobs:
159157
- build-test-app-and-frameworks
160158
env:
161159
LAUNCH_ID: ${{ needs.allure_testops_launch.outputs.launch_id }}
162-
IOS_SIMULATOR_DEVICE: "iPhone 16 Pro (18.5)" # TODO: IOS-1181
163-
XCODE_VERSION: "16.4" # TODO: IOS-1181
164160
strategy:
165161
matrix:
166162
batch: [0, 1]

0 commit comments

Comments
 (0)