Skip to content

Commit 877d39e

Browse files
committed
Remove IE7 from CI - too unreliable.
1 parent a58cd8b commit 877d39e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

karma.conf.ci.js

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,14 @@ module.exports = function (config) {
100100
browserName: 'internet explorer',
101101
platform: 'Windows XP',
102102
version: '8'
103-
},
104-
slIE7: {
105-
base: 'SauceLabs',
106-
browserName: 'internet explorer',
107-
platform: 'Windows XP',
108-
version: '7'
109103
}
104+
// Too unreliable on Sauce :(
105+
//slIE7: {
106+
// base: 'SauceLabs',
107+
// browserName: 'internet explorer',
108+
// platform: 'Windows XP',
109+
// version: '7'
110+
//}
110111
};
111112

112113
config.set({

0 commit comments

Comments
 (0)