Skip to content

Commit

Permalink
Fix iOS nightly device deprecated by updating device (#8348)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsoulanille authored Aug 6, 2024
1 parent fcad805 commit 97f1531
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tfjs-layers/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ tfjs_web_test(
# disabled android test due to training flakiness
# "bs_android_10",
"win_10_chrome",
"bs_ios_15",
"bs_ios_17",
],
headless = False,
seed = "12345",
Expand Down
6 changes: 3 additions & 3 deletions tools/karma_template.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ const CUSTOM_LAUNCHERS = {
os_version: '12.3',
real_mobile: true
},
bs_ios_15: {
bs_ios_17: {
base: 'BrowserStack',
device: 'iPhone 11 Pro',
device: 'iPhone 15 Pro Max',
os: 'ios',
os_version: '15',
os_version: '17',
real_mobile: true
},
bs_android_10: {
Expand Down

0 comments on commit 97f1531

Please sign in to comment.