Skip to content

Commit

Permalink
chore: Disable geo tests (#11399)
Browse files Browse the repository at this point in the history
  • Loading branch information
stocaaro authored May 23, 2023
1 parent 69d4842 commit 046f308
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2061,24 +2061,24 @@ workflows:
# matrix:
# parameters:
# <<: *minimal_browser_list
- integ_javascript_geo:
requires:
- integ_setup
- build
filters:
<<: *releasable_branches
matrix:
parameters:
browser: [chrome]
- integ_react_geo:
requires:
- integ_setup
- build
filters:
<<: *releasable_branches
matrix:
parameters:
<<: *minimal_browser_list
#- integ_javascript_geo:
# requires:
# - integ_setup
# - build
# filters:
# <<: *releasable_branches
# matrix:
# parameters:
# browser: [chrome]
#- integ_react_geo:
# requires:
# - integ_setup
# - build
# filters:
# <<: *releasable_branches
# matrix:
# parameters:
# <<: *minimal_browser_list
- integ_next_datastore_owner_auth:
requires:
- integ_setup
Expand Down Expand Up @@ -2289,7 +2289,7 @@ workflows:
- integ_auth_test_cypress_no_ui
- integ_react_graphql_api
# - integ_javascript_geo # TODO: enable it when CDN deployment is automated
- integ_react_geo
# - integ_react_geo
- integ_next_datastore_owner_auth
- integ_react_datastore_custom_pk_unconnected_models
- integ_react_datastore_custom_pk_unconnected_models_webkit
Expand Down

0 comments on commit 046f308

Please sign in to comment.