Skip to content

Commit ffb3ac4

Browse files
author
Han Kim
committed
disable ie9 tests
1 parent dda3577 commit ffb3ac4

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

karma.conf.ci.js

+7-5
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,13 @@ var customLaunchers = {
4444
// browserName: 'internet explorer',
4545
// version: '8'
4646
// },
47-
sl_ie_9: {
48-
base: 'SauceLabs',
49-
browserName: 'internet explorer',
50-
version: '9'
51-
},
47+
// FIXME(han): these started to fail all of a sudden for what seems to be related to our testing packages
48+
// https://cloudup.com/cFVvf3ixqdh
49+
// sl_ie_9: {
50+
// base: 'SauceLabs',
51+
// browserName: 'internet explorer',
52+
// version: '9'
53+
// },
5254
sl_ie_10: {
5355
base: 'SauceLabs',
5456
browserName: 'internet explorer',

0 commit comments

Comments
 (0)