Skip to content

Commit 555037a

Browse files
authored
build: temporarily disable safari 10 browserstack tests (#18483)
* build: temporarily disable safari 10 browserstack tests * Update angular-robot.yml * Update angular-robot.yml
1 parent dbb0b23 commit 555037a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.circleci/config.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -528,8 +528,10 @@ workflows:
528528
filters: *ignore_presubmit_branch_filter
529529
- tests_local_browsers:
530530
filters: *ignore_presubmit_branch_filter
531-
- tests_browserstack:
532-
filters: *ignore_presubmit_branch_filter
531+
# TODO(devversion): temporarily disabled until BrowserStack fixes an issue
532+
# where Safari browsers cannot be launched due to a missing `device'.
533+
#- tests_browserstack:
534+
# filters: *ignore_presubmit_branch_filter
533535
- tests_saucelabs:
534536
filters: *ignore_presubmit_branch_filter
535537
- e2e_tests:

.github/angular-robot.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ merge:
6060
- "ci/circleci: lint"
6161
- "ci/circleci: bazel_build"
6262
- "ci/circleci: tests_local_browsers"
63-
- "ci/circleci: tests_browserstack"
63+
# TODO(devversion): temporarily disabled until Browserstack tests are re-enabled.
64+
# - "ci/circleci: tests_browserstack"
6465
- "ci/circleci: tests_saucelabs"
6566
- "ci/circleci: build_release_packages"
6667

0 commit comments

Comments
 (0)