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

Commit 98650b4

Browse files
committed
try without Platform for safari
1 parent 14fc726 commit 98650b4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

karma-shared.conf.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,11 @@ module.exports = function(config, specificOptions) {
6565
'SL_Safari-1': {
6666
base: 'SauceLabs',
6767
browserName: 'safari',
68-
platform: 'OS X 10.13',
6968
version: 'latest-1'
7069
},
7170
'SL_Safari': {
7271
base: 'SauceLabs',
7372
browserName: 'safari',
74-
platform: 'OS X 10.13',
7573
version: 'latest'
7674
},
7775
'SL_IE_9': {
@@ -107,13 +105,11 @@ module.exports = function(config, specificOptions) {
107105
'SL_iOS': {
108106
base: 'SauceLabs',
109107
browserName: 'iphone',
110-
platform: 'OS X 10.13',
111108
version: 'latest'
112109
},
113110
'SL_iOS-1': {
114111
base: 'SauceLabs',
115112
browserName: 'iphone',
116-
platform: 'OS X 10.13',
117113
version: 'latest-1'
118114
},
119115

0 commit comments

Comments
 (0)