Skip to content

Commit c07adea

Browse files
devversionmmalerba
authored andcommitted
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 85619c6 commit c07adea

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
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:

.github/angular-robot.yml

Lines changed: 2 additions & 1 deletion
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)