Skip to content

Commit

Permalink
Build: Remove faulty iOS 11-12 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 a01a289
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
12 changes: 0 additions & 12 deletions build/browserstack-full.json
Expand Up @@ -41,18 +41,6 @@
"os": "android",
"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",
"real_mobile": true,
Expand Down
4 changes: 2 additions & 2 deletions build/browserstack-quick.json
Expand Up @@ -19,10 +19,10 @@
"os_version": "10.0"
},
{
"device": "iPhone SE",
"device": "iPhone XR",
"real_mobile": true,
"os": "ios",
"os_version": "11"
"os_version": "12"
}
]
}

0 comments on commit a01a289

Please sign in to comment.