Skip to content

Commit

Permalink
Build: Remove faulty iOS 10-11 devices from browserstack matrix
Browse files Browse the repository at this point in the history
* Times out after 1 hour.
* No trace of it in the BrowserStack REST API (/workers).
* In the online dashboard for Automate, allegedly still running after
  7 days.
  • Loading branch information
Krinkle committed Nov 5, 2023
1 parent 230fc40 commit 5b86ff0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
14 changes: 1 addition & 13 deletions build/browserstack-full.json
Expand Up @@ -42,19 +42,7 @@
"os_version": "10.0"
},
{
"device": "iPhone 7",
"real_mobile": true,
"os": "ios",
"os_version": "10"
},
{
"device": "iPhone SE",
"real_mobile": true,
"os": "ios",
"os_version": "11"
},
{
"device": "iPhone XR",
"device": "iPhone 8",
"real_mobile": true,
"os": "ios",
"os_version": "12"
Expand Down
6 changes: 0 additions & 6 deletions build/browserstack-quick.json
Expand Up @@ -17,12 +17,6 @@
"real_mobile": true,
"os": "android",
"os_version": "10.0"
},
{
"device": "iPhone SE",
"real_mobile": true,
"os": "ios",
"os_version": "11"
}
]
}

0 comments on commit 5b86ff0

Please sign in to comment.