Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
fix: disable safari 7
Browse files Browse the repository at this point in the history
  • Loading branch information
mhevery committed Mar 18, 2016
1 parent 74b4b97 commit 4a4d4f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sauce.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@ module.exports = function (config) {
browserName: 'firefox',
version: '37'
},
/*
'SL_Safari7': {
base: 'SauceLabs',
browserName: 'safari',
platform: 'OS X 10.9',
version: '7'
},
*/
'SL_Safari8': {
base: 'SauceLabs',
browserName: 'safari',
Expand Down

0 comments on commit 4a4d4f6

Please sign in to comment.