Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 989992d

Browse files
rkirovjbdeboer
authored andcommitted
fix(karma): remove saucelabs from default browser list.
1 parent 0cf209b commit 989992d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ module.exports = function(config) {
6060
flags: ['--enable-experimental-web-platform-features'] }
6161
},
6262

63-
browsers: ['DartiumWithWebPlatform', 'SL_Firefox', 'SL_Chrome'],
63+
browsers: ['DartiumWithWebPlatform'],
6464

6565
preprocessors: {
6666
'test/core/parser/generated_getter_setter.dart': ['parser-getter-setter']

0 commit comments

Comments
 (0)