Skip to content

Commit

Permalink
build: temporarily disable safari 10 browserstack tests (#18483)
Browse files Browse the repository at this point in the history
* build: temporarily disable safari 10 browserstack tests

* Update angular-robot.yml

* Update angular-robot.yml
  • Loading branch information
devversion authored Feb 12, 2020
1 parent dbb0b23 commit 555037a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -528,8 +528,10 @@ workflows:
filters: *ignore_presubmit_branch_filter
- tests_local_browsers:
filters: *ignore_presubmit_branch_filter
- tests_browserstack:
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'.
#- tests_browserstack:
# filters: *ignore_presubmit_branch_filter
- tests_saucelabs:
filters: *ignore_presubmit_branch_filter
- e2e_tests:
Expand Down
3 changes: 2 additions & 1 deletion .github/angular-robot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ merge:
- "ci/circleci: lint"
- "ci/circleci: bazel_build"
- "ci/circleci: tests_local_browsers"
- "ci/circleci: tests_browserstack"
# TODO(devversion): temporarily disabled until Browserstack tests are re-enabled.
# - "ci/circleci: tests_browserstack"
- "ci/circleci: tests_saucelabs"
- "ci/circleci: build_release_packages"

Expand Down

0 comments on commit 555037a

Please sign in to comment.