We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd1593d commit c1f645cCopy full SHA for c1f645c
.circleci/config.yml
@@ -525,8 +525,10 @@ workflows:
525
filters: *ignore_presubmit_branch_filter
526
- tests_local_browsers:
527
528
- - tests_browserstack:
529
- filters: *ignore_presubmit_branch_filter
+ # TODO(devversion): temporarily disabled until BrowserStack fixes an issue
+ # where Safari browsers cannot be launched due to a missing `device'.
530
+ #- tests_browserstack:
531
+ # filters: *ignore_presubmit_branch_filter
532
- tests_saucelabs:
533
534
- e2e_tests:
0 commit comments