Skip to content

Commit 2b43945

Browse files
authored
ci: remove NG_UPDATE_BUFFER_V2 tests (#26700)
This is no longer needed since the main branch is using Angular CLI version 16 and `NG_UPDATE_BUFFER_V2` has been removed from the CLI.
1 parent da0a993 commit 2b43945

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -582,9 +582,6 @@ jobs:
582582
# Setup the components repository to use the MDC snapshot builds.
583583
# Run project tests with the MDC canary builds.
584584
- run: bazel test --build_tag_filters=-docs-package,-e2e --test_tag_filters=-e2e --build_tests_only -- src/...
585-
# The below tests should be removed when consuming Angular CLI version 16 which should contain
586-
# https://github.com/angular/angular-cli/pull/24211
587-
- run: bazel test //src/cdk/schematics/... //src/material/schematics/... --build_tests_only --test_env=NG_UPDATE_BUFFER_V2=1
588585
- *slack_notify_on_failure
589586

590587
# ----------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)