Skip to content

Commit 5b86ff0

Browse files
committed
Build: Remove faulty iOS 10-11 devices from browserstack matrix
* 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.
1 parent 230fc40 commit 5b86ff0

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

build/browserstack-full.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,7 @@
4242
"os_version": "10.0"
4343
},
4444
{
45-
"device": "iPhone 7",
46-
"real_mobile": true,
47-
"os": "ios",
48-
"os_version": "10"
49-
},
50-
{
51-
"device": "iPhone SE",
52-
"real_mobile": true,
53-
"os": "ios",
54-
"os_version": "11"
55-
},
56-
{
57-
"device": "iPhone XR",
45+
"device": "iPhone 8",
5846
"real_mobile": true,
5947
"os": "ios",
6048
"os_version": "12"

build/browserstack-quick.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@
1717
"real_mobile": true,
1818
"os": "android",
1919
"os_version": "10.0"
20-
},
21-
{
22-
"device": "iPhone SE",
23-
"real_mobile": true,
24-
"os": "ios",
25-
"os_version": "11"
2620
}
2721
]
2822
}

0 commit comments

Comments
 (0)