From a01a2894e9613dc39433ca181478f4bb7bd1c749 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 11-12 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 | 12 ------------ build/browserstack-quick.json | 4 ++-- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/build/browserstack-full.json b/build/browserstack-full.json index b6a177607..68a4f32d8 100644 --- a/build/browserstack-full.json +++ b/build/browserstack-full.json @@ -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, diff --git a/build/browserstack-quick.json b/build/browserstack-quick.json index 54cf01390..daafde8cd 100644 --- a/build/browserstack-quick.json +++ b/build/browserstack-quick.json @@ -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" } ] }