Skip to content

Commit 97f1531

Browse files
Fix iOS nightly device deprecated by updating device (#8348)
1 parent fcad805 commit 97f1531

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tfjs-layers/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ tfjs_web_test(
5555
# disabled android test due to training flakiness
5656
# "bs_android_10",
5757
"win_10_chrome",
58-
"bs_ios_15",
58+
"bs_ios_17",
5959
],
6060
headless = False,
6161
seed = "12345",

tools/karma_template.conf.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ const CUSTOM_LAUNCHERS = {
6262
os_version: '12.3',
6363
real_mobile: true
6464
},
65-
bs_ios_15: {
65+
bs_ios_17: {
6666
base: 'BrowserStack',
67-
device: 'iPhone 11 Pro',
67+
device: 'iPhone 15 Pro Max',
6868
os: 'ios',
69-
os_version: '15',
69+
os_version: '17',
7070
real_mobile: true
7171
},
7272
bs_android_10: {

0 commit comments

Comments
 (0)