Skip to content

Commit 2076921

Browse files
committed
Omit unsupported browsers from Karma sauce config
1 parent 1054ec2 commit 2076921

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

karma.conf.ci.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ module.exports = function(config) {
66

77
// Check out https://saucelabs.com/platforms for all browser/platform combos
88
var customLaunchers = {
9-
// slIOS8: {
10-
// base: 'SauceLabs',
11-
// browserName: 'iPhone',
12-
// platform: 'OS X 10.12',
13-
// version: '8.4'
14-
// },
159
slIOS9: {
1610
base: 'SauceLabs',
1711
browserName: 'iPhone',
@@ -76,12 +70,6 @@ module.exports = function(config) {
7670
platform: 'OS X 10.11',
7771
version: '10.0'
7872
},
79-
// SauceLabs discontinued support for all versions of Opera:
80-
// https://wiki.saucelabs.com/pages/viewpage.action?pageId=70074721
81-
// slOpera: {
82-
// base: 'SauceLabs',
83-
// browserName: 'opera'
84-
// },
8573
slEdge14: {
8674
base: 'SauceLabs',
8775
browserName: 'microsoftedge',

0 commit comments

Comments
 (0)