Skip to content

Commit 8e1455e

Browse files
committed
Omit firefox beta as unreliable on Sauce
1 parent 9fb9347 commit 8e1455e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

karma.conf.ci.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ module.exports = function(config) {
5858
browserName: 'firefox',
5959
version: 'latest'
6060
},
61-
slFirefoxBeta: {
62-
base: 'SauceLabs',
63-
browserName: 'firefox',
64-
version: 'beta'
65-
},
61+
// slFirefoxBeta: {
62+
// base: 'SauceLabs',
63+
// browserName: 'firefox',
64+
// version: 'beta'
65+
// },
6666
slSafari8: {
6767
base: 'SauceLabs',
6868
browserName: 'safari',

0 commit comments

Comments
 (0)