Skip to content

Commit

Permalink
Stop testing IE8 in sauce (#4008)
Browse files Browse the repository at this point in the history
  • Loading branch information
akre54 committed Nov 29, 2016
1 parent c3a829a commit df3366d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions karma.conf-sauce.js
Expand Up @@ -17,10 +17,6 @@ var sauceBrowsers = _.reduce([
['internet explorer', '11', 'Windows 10'], ['internet explorer', '11', 'Windows 10'],
['internet explorer', '10', 'Windows 8'], ['internet explorer', '10', 'Windows 8'],
['internet explorer', '9', 'Windows 7'], ['internet explorer', '9', 'Windows 7'],
['internet explorer', '8'],
// Currently karma-sauce has issues with sockets and these browsers
// ['internet explorer', '7'],
// ['internet explorer', '6'],


['opera', '12'], ['opera', '12'],
['opera', '11'], ['opera', '11'],
Expand All @@ -30,7 +26,7 @@ var sauceBrowsers = _.reduce([


// 4.3 currently erros with some router tests // 4.3 currently erros with some router tests
// ['android', '4.3'], // ['android', '4.3'],

['android', '4.0'], ['android', '4.0'],


['safari', '8.0', 'OS X 10.10'], ['safari', '8.0', 'OS X 10.10'],
Expand Down

0 comments on commit df3366d

Please sign in to comment.