From 5b86ff0fea8c046ec58405df92413de91fd86cb0 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Sun, 5 Nov 2023 22:03:09 +0000 Subject: [PATCH] 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. --- build/browserstack-full.json | 14 +------------- build/browserstack-quick.json | 6 ------ 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/build/browserstack-full.json b/build/browserstack-full.json index b6a177607..d5fcf7753 100644 --- a/build/browserstack-full.json +++ b/build/browserstack-full.json @@ -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" diff --git a/build/browserstack-quick.json b/build/browserstack-quick.json index 54cf01390..6c77e33bb 100644 --- a/build/browserstack-quick.json +++ b/build/browserstack-quick.json @@ -17,12 +17,6 @@ "real_mobile": true, "os": "android", "os_version": "10.0" - }, - { - "device": "iPhone SE", - "real_mobile": true, - "os": "ios", - "os_version": "11" } ] }