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

Commit 4a4d4f6

Browse files
committed
fix: disable safari 7
1 parent 74b4b97 commit 4a4d4f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: sauce.conf.js

+2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,14 @@ module.exports = function (config) {
2020
browserName: 'firefox',
2121
version: '37'
2222
},
23+
/*
2324
'SL_Safari7': {
2425
base: 'SauceLabs',
2526
browserName: 'safari',
2627
platform: 'OS X 10.9',
2728
version: '7'
2829
},
30+
*/
2931
'SL_Safari8': {
3032
base: 'SauceLabs',
3133
browserName: 'safari',

0 commit comments

Comments
 (0)