Skip to content

Commit 649de5d

Browse files
clydinfilipesilva
authored andcommitted
test(@angular-devkit/build-angular): remove View Engine related unit tests
With the upcoming removal of View Engine support for applications in version 12, the View Engine related unit tests are no longer needed.
1 parent 598419e commit 649de5d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

packages/angular_devkit/build_angular/BUILD.bazel

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -395,15 +395,3 @@ LARGE_SPECS = {
395395
)
396396
for spec in LARGE_SPECS
397397
]
398-
399-
jasmine_node_test(
400-
name = "build_angular_browser_ve_test",
401-
size = "large",
402-
flaky = True,
403-
shard_count = 30,
404-
tags = ["cpu:2"],
405-
templated_args = [
406-
"view_engine",
407-
],
408-
deps = [":build_angular_browser_test_lib"],
409-
)

0 commit comments

Comments
 (0)