We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcad805 commit 97f1531Copy full SHA for 97f1531
tfjs-layers/BUILD.bazel
@@ -55,7 +55,7 @@ tfjs_web_test(
55
# disabled android test due to training flakiness
56
# "bs_android_10",
57
"win_10_chrome",
58
- "bs_ios_15",
+ "bs_ios_17",
59
],
60
headless = False,
61
seed = "12345",
tools/karma_template.conf.js
@@ -62,11 +62,11 @@ const CUSTOM_LAUNCHERS = {
62
os_version: '12.3',
63
real_mobile: true
64
},
65
- bs_ios_15: {
+ bs_ios_17: {
66
base: 'BrowserStack',
67
- device: 'iPhone 11 Pro',
+ device: 'iPhone 15 Pro Max',
68
os: 'ios',
69
- os_version: '15',
+ os_version: '17',
70
71
72
bs_android_10: {
0 commit comments