Skip to content

Commit 2a6b27a

Browse files
committed
build: remove iOS test runs
Removes the tests that run against iOS. There are a couple of reasons to do so: * The tests haven't caught any issues in years. * The tests tend to be flaky. * They're running aginst iOS 15 which Angular no longer supports. We can't update to anything newer, because we would have to update our Saucelabs setup which will require dev infra time investment.
1 parent 0c40595 commit 2a6b27a

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

test/browser-providers.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* - `saucelabs`: Launches the browser within Saucelabs
66
*/
77
const browserConfig = {
8-
'iOS15': {unitTest: {target: 'saucelabs'}},
98
'Safari16': {unitTest: {target: 'browserstack'}},
109
};
1110

test/karma-browsers.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
11
{
2-
"SAUCELABS_IOS15": {
3-
"base": "SauceLabs",
4-
"appiumVersion": "1.22.0",
5-
"deviceOrientation": "portrait",
6-
"browserName": "Safari",
7-
"platformVersion": "15.0",
8-
"platformName": "iOS",
9-
"deviceName": "iPhone 13 Pro Max Simulator"
10-
},
112
"BROWSERSTACK_SAFARI16": {
123
"base": "BrowserStack",
134
"browser": "Safari",

0 commit comments

Comments
 (0)