Skip to content

Commit 7d4d170

Browse files
committed
disable IE in Saucelabs tests
The SauceLabs IE setup has problems and does not work with the endpoints that we use to run them. This is a Saucelabs problem, but it has been there for a year now. Until we use another API, I will simply remove the browsers
1 parent eb860c0 commit 7d4d170

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Gruntfile.js

+11-11
Original file line numberDiff line numberDiff line change
@@ -177,19 +177,19 @@ module.exports = function(grunt) {
177177
concurrency: 4,
178178
browsers: [
179179
{ browserName: 'chrome' },
180-
{ browserName: 'firefox', platform: 'Linux' },
180+
{ browserName: 'firefox', platform: 'Linux' }
181181
// {browserName: 'safari', version: 9, platform: 'OS X 10.11'},
182182
// {browserName: 'safari', version: 8, platform: 'OS X 10.10'},
183-
{
184-
browserName: 'internet explorer',
185-
version: 11,
186-
platform: 'Windows 8.1'
187-
},
188-
{
189-
browserName: 'internet explorer',
190-
version: 10,
191-
platform: 'Windows 8'
192-
}
183+
// {
184+
// browserName: 'internet explorer',
185+
// version: 11,
186+
// platform: 'Windows 8.1'
187+
// },
188+
// {
189+
// browserName: 'internet explorer',
190+
// version: 10,
191+
// platform: 'Windows 8'
192+
// }
193193
]
194194
}
195195
},

0 commit comments

Comments
 (0)