Skip to content

Commit

Permalink
Comment out IE9 test
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerwins committed Jul 18, 2016
1 parent 80fb8e6 commit 1089880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ module.exports = function (grunt) {
version: '8.0',
platform: 'windows XP'
},
*/
'SL_IE9': {
base: 'SauceLabs',
browserName: 'internet explorer',
version: '9.0',
platform: 'windows 7'
},
*/
'SL_IE10': {
base: 'SauceLabs',
browserName: 'internet explorer',
Expand Down

0 comments on commit 1089880

Please sign in to comment.