Skip to content

Commit

Permalink
remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
iartemiev committed Jun 3, 2022
1 parent e125c5c commit 9f48deb
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,8 @@ jobs:
category: datastore
sample_name: v2/<< parameters.scenario >>-v2
spec: << parameters.scenario >>
browser: firefox
browser:
firefox

# integ_duplicate_packages:
# parameters:
Expand Down Expand Up @@ -1198,12 +1199,7 @@ workflows:
not:
equal: [scheduled_pipeline, << pipeline.trigger_source >>]
jobs:
- build:
# TODO: remove after testing
filters:
branches:
ignore:
- test-getting-started-flow
- build
- integ_setup:
filters:
<<: *releasable_branches
Expand Down Expand Up @@ -1542,7 +1538,8 @@ workflows:
<<: *releasable_branches
matrix:
parameters:
<<: *datastore_auth_scenarios
<<:
*datastore_auth_scenarios
# - integ_duplicate_packages:
# requires:
# - integ_setup
Expand Down Expand Up @@ -1620,7 +1617,7 @@ workflows:
when:
and:
- equal: [scheduled_pipeline, << pipeline.trigger_source >>]
- equal: ['Canaries', << pipeline.schedule.name >>]
- equal: ['canaries', << pipeline.schedule.name >>]
jobs:
## Web
# React
Expand Down

0 comments on commit 9f48deb

Please sign in to comment.