Skip to content

Commit 270548b

Browse files
committed
build: temporarily disable safari 10 browserstack tests
1 parent fd1593d commit 270548b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/browser-providers.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ const browserConfig = {
2828
'Safari7': { unitTest: {target: null, }},
2929
'Safari8': { unitTest: {target: null, }},
3030
'Safari9': { unitTest: {target: null, }},
31-
'Safari10': { unitTest: {target: 'browserstack', }},
31+
// 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', }},
3234
'iOS7': { unitTest: {target: null, }},
3335
'iOS8': { unitTest: {target: null, }},
3436
'iOS9': { unitTest: {target: null, }},

0 commit comments

Comments
 (0)