We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f4c871 commit b90860aCopy full SHA for b90860a
1 file changed
karma.conf.ci.js
@@ -95,14 +95,14 @@ module.exports = function(config) {
95
browserName: 'internet explorer',
96
platform: 'Windows 7',
97
version: '9'
98
- },
99
- slIE8: {
100
- base: 'SauceLabs',
101
- browserName: 'internet explorer',
102
- platform: 'Windows XP',
103
- version: '8'
104
}
105
// Too unreliable on Sauce :(
+ // slIE8: {
+ // base: 'SauceLabs',
+ // browserName: 'internet explorer',
+ // platform: 'Windows XP',
+ // version: '8'
+ // }
106
//slIE7: {
107
// base: 'SauceLabs',
108
// browserName: 'internet explorer',
0 commit comments