Skip to content

Commit 2329941

Browse files
committed
Remove iOS latest since it's failing on Solano
I have tried several things with no luck. Will fix separately.
1 parent a8b0f73 commit 2329941

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

Diff for: karma.conf.js

-13
Original file line numberDiff line numberDiff line change
@@ -53,25 +53,12 @@ if (process.env.SAUCE_ACCESS_KEY) {
5353
browserVersion: "latest",
5454
"moz:debuggerAddress": true
5555
},
56-
sl_safari_12_1: {
57-
base: "SauceLabs",
58-
browserName: "safari",
59-
platform: "macOS 10.13",
60-
version: "12.1"
61-
},
6256
sl_edge_latest: {
6357
base: "SauceLabs",
6458
browserName: "microsoftedge",
6559
platform: "Windows 10",
6660
version: "latest"
6761
},
68-
sl_ios_latest: {
69-
base: "SauceLabs",
70-
browserName: "safari",
71-
platform: "ios",
72-
device: "iPhone X Simulator",
73-
version: "latest"
74-
},
7562
sl_android_9: {
7663
base: "SauceLabs",
7764
browserName: "chrome",

0 commit comments

Comments
 (0)