Skip to content

Commit

Permalink
Comment out Edge
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerwins committed Jul 18, 2016
1 parent 414718c commit cc6fb1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gruntfile.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -44,12 +44,14 @@ module.exports = function (grunt) {
version: '11.0', version: '11.0',
platform: 'windows 8.1' platform: 'windows 8.1'
}, },
/*
'SL_EDGE': { 'SL_EDGE': {
base: 'SauceLabs', base: 'SauceLabs',
browserName: 'microsoftedge', browserName: 'microsoftedge',
version: '20', version: '20',
platform: 'windows 10' platform: 'windows 10'
}, },
*/
'SL_CHROME': { 'SL_CHROME': {
base: 'SauceLabs', base: 'SauceLabs',
browserName: 'chrome', browserName: 'chrome',
Expand Down

0 comments on commit cc6fb1b

Please sign in to comment.