We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd1593d commit 270548bCopy full SHA for 270548b
test/browser-providers.js
@@ -28,7 +28,9 @@ const browserConfig = {
28
'Safari7': { unitTest: {target: null, }},
29
'Safari8': { unitTest: {target: null, }},
30
'Safari9': { unitTest: {target: null, }},
31
- 'Safari10': { unitTest: {target: 'browserstack', }},
+ // TODO(devversion): temporarily disabled until BrowserStack fixes an issue
32
+ // where Safari browsers cannot be launched due to a missing `device'.
33
+ // 'Safari10': { unitTest: {target: 'browserstack', }},
34
'iOS7': { unitTest: {target: null, }},
35
'iOS8': { unitTest: {target: null, }},
36
'iOS9': { unitTest: {target: null, }},
0 commit comments