Skip to content

Commit

Permalink
Reduce number of platforms tested
Browse files Browse the repository at this point in the history
Trying too many is causing errors with SauceLabs.
  • Loading branch information
afcapel committed Nov 7, 2022
1 parent f8f6c6c commit 67f36dc
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,24 +61,6 @@ if (process.env.CI) {
platform: "macOS 10.13",
version: "12.1"
},
sl_safari_latest_catalina: {
base: "SauceLabs",
browserName: "safari",
platform: "macOS 10.15",
version: "latest"
},
sl_safari_latest_big_sur: {
base: "SauceLabs",
browserName: "safari",
platform: "macOS 11",
version: "latest"
},
sl_edge_80: {
base: "SauceLabs",
browserName: "microsoftedge",
platform: "Windows 10",
version: "80.0"
},
sl_edge_latest: {
base: "SauceLabs",
browserName: "microsoftedge",
Expand Down

0 comments on commit 67f36dc

Please sign in to comment.