Skip to content

Commit 1159e34

Browse files
committed
Disable firefox/chrome dev because they no longer start in Sauce Labs :(
1 parent 7c31be3 commit 1159e34

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

karma.conf.ci.js

-10
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,12 @@ module.exports = function (config) {
3939
browserName: 'chrome',
4040
version: 'beta'
4141
},
42-
slChromeCanary: {
43-
base: 'SauceLabs',
44-
browserName: 'chrome',
45-
version: 'dev'
46-
},
4742
slFirefox43: {
4843
base: 'SauceLabs',
4944
browserName: 'firefox',
5045
platform: 'Windows 8.1',
5146
version: '43.0'
5247
},
53-
slFirefoxDev: {
54-
base: 'SauceLabs',
55-
browserName: 'firefox',
56-
version: 'dev'
57-
},
5848
slSafari8: {
5949
base: 'SauceLabs',
6050
browserName: 'safari',

0 commit comments

Comments
 (0)