From 028ed794141cd6411719a9ef658859da3660a9bf Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Mon, 27 Feb 2023 13:49:54 +0000 Subject: [PATCH] ci: remove `NG_UPDATE_BUFFER_V2` tests 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. --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7fd6a985a513..7fa54d69f297 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -582,9 +582,6 @@ jobs: # Setup the components repository to use the MDC snapshot builds. # Run project tests with the MDC canary builds. - run: bazel test --build_tag_filters=-docs-package,-e2e --test_tag_filters=-e2e --build_tests_only -- src/... - # The below tests should be removed when consuming Angular CLI version 16 which should contain - # https://github.com/angular/angular-cli/pull/24211 - - run: bazel test //src/cdk/schematics/... //src/material/schematics/... --build_tests_only --test_env=NG_UPDATE_BUFFER_V2=1 - *slack_notify_on_failure # ----------------------------------------------------------------------------------------