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
This commit is contained in:
+11
-11
@@ -177,19 +177,19 @@ module.exports = function(grunt) {
|
||||
concurrency: 4,
|
||||
browsers: [
|
||||
{ browserName: 'chrome' },
|
||||
{ browserName: 'firefox', platform: 'Linux' },
|
||||
{ browserName: 'firefox', platform: 'Linux' }
|
||||
// {browserName: 'safari', version: 9, platform: 'OS X 10.11'},
|
||||
// {browserName: 'safari', version: 8, platform: 'OS X 10.10'},
|
||||
{
|
||||
browserName: 'internet explorer',
|
||||
version: 11,
|
||||
platform: 'Windows 8.1'
|
||||
},
|
||||
{
|
||||
browserName: 'internet explorer',
|
||||
version: 10,
|
||||
platform: 'Windows 8'
|
||||
}
|
||||
// {
|
||||
// browserName: 'internet explorer',
|
||||
// version: 11,
|
||||
// platform: 'Windows 8.1'
|
||||
// },
|
||||
// {
|
||||
// browserName: 'internet explorer',
|
||||
// version: 10,
|
||||
// platform: 'Windows 8'
|
||||
// }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user