mirror of https://github.com/tensorflow/tfjs.git
Fix iOS nightly device deprecated by updating device (#8348)
This commit is contained in:
parent
fcad805d35
commit
97f1531a09
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue