Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Disable geo tests #11399

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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