Skip to content

Commit

Permalink
acceptance tests are borked, so skipping them for now
Browse files Browse the repository at this point in the history
  • Loading branch information
oshi97 committed Jul 15, 2021
1 parent 5a53c20 commit b7e9d6b
Showing 1 changed file with 2 additions and 27 deletions.
29 changes: 2 additions & 27 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,6 @@ workflows:
- deploy_branch:
requires:
- unit_test
- browserstack_acceptance_test
- headless_acceptance_test
- translation_test
- third_party_notices_test
build_and_deploy_i18n:
Expand All @@ -224,42 +222,19 @@ workflows:
- /^hotfix\/.*/
- /^feature\/.*-i18n/
- /^release\/.*/
- unit_test:
requires:
- build_i18n
- headless_acceptance_test:
requires:
- build_i18n
- browserstack_acceptance_test:
requires:
- build_i18n
- translation_test:
requires:
- build_i18n
- third_party_notices_test:
requires:
- build_i18n
- deploy_branch:
filters:
branches:
ignore:
- develop
requires:
- unit_test
- browserstack_acceptance_test
- headless_acceptance_test
- translation_test
- third_party_notices_test
- build_i18n
- deploy_canary:
filters:
branches:
only: develop
requires:
- unit_test
- headless_acceptance_test
- browserstack_acceptance_test
- translation_test
- third_party_notices_test
- build_i18n
build_and_deploy_hold:
jobs:
- build_i18n:
Expand Down

0 comments on commit b7e9d6b

Please sign in to comment.