test: remove Bazel schematics integration test (#37190)
This commit removes the integration test for schematics in `@angular/bazel` that is used to generate a Bazel builder. The Bazel builder has been deprecated. PR Close #37190
This commit is contained in:

committed by
Matias Niemelä

parent
e7930fcc15
commit
1fc7891add
@ -33,15 +33,6 @@ INTEGRATION_TESTS = {
|
||||
"no-ivy-aot",
|
||||
],
|
||||
},
|
||||
"bazel-schematics": {
|
||||
"tags": [
|
||||
# Bazel-in-bazel tests are resource intensive and should not be over-parallized
|
||||
# as they will complete for the resources of other parallel tests slowing
|
||||
# everything down. Ask Bazel to allocate multiple CPUs for these tests with "cpu:n" tag.
|
||||
"cpu:3",
|
||||
"no-ivy-aot",
|
||||
],
|
||||
},
|
||||
"cli-hello-world": {"commands": "payload_size_tracking"},
|
||||
"cli-hello-world-ivy-compat": {"commands": "payload_size_tracking"},
|
||||
"cli-hello-world-ivy-i18n": {
|
||||
|
Reference in New Issue
Block a user