Fix iOS nightly device deprecated by updating device (#8348)

This commit is contained in:
Matthew Soulanille 2024-08-06 13:15:19 -04:00 committed by GitHub
parent fcad805d35
commit 97f1531a09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -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",

View File

@ -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: {