Skip to content

Commit c1f645c

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -525,8 +525,10 @@ workflows:
525525
filters: *ignore_presubmit_branch_filter
526526
- tests_local_browsers:
527527
filters: *ignore_presubmit_branch_filter
528-
- tests_browserstack:
529-
filters: *ignore_presubmit_branch_filter
528+
# TODO(devversion): temporarily disabled until BrowserStack fixes an issue
529+
# where Safari browsers cannot be launched due to a missing `device'.
530+
#- tests_browserstack:
531+
# filters: *ignore_presubmit_branch_filter
530532
- tests_saucelabs:
531533
filters: *ignore_presubmit_branch_filter
532534
- e2e_tests:

0 commit comments

Comments
 (0)