We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a58cd8b commit 877d39eCopy full SHA for 877d39e
1 file changed
karma.conf.ci.js
@@ -100,13 +100,14 @@ module.exports = function (config) {
100
browserName: 'internet explorer',
101
platform: 'Windows XP',
102
version: '8'
103
- },
104
- slIE7: {
105
- base: 'SauceLabs',
106
- browserName: 'internet explorer',
107
- platform: 'Windows XP',
108
- version: '7'
109
}
+ // Too unreliable on Sauce :(
+ //slIE7: {
+ // base: 'SauceLabs',
+ // browserName: 'internet explorer',
+ // platform: 'Windows XP',
+ // version: '7'
110
+ //}
111
};
112
113
config.set({
0 commit comments