Skip to content

Commit 3d253e3

Browse files
committed
test: remove node16-broken from app-shell unit test
This is no longer the case and thus this test can be enabled.
1 parent 678eb58 commit 3d253e3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/angular_devkit/build_angular/BUILD.bazel

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -284,10 +284,6 @@ ts_library(
284284

285285
LARGE_SPECS = {
286286
"app-shell": {
287-
"tags": [
288-
# TODO: node crashes with an internal error on node16
289-
"node16-broken",
290-
],
291287
},
292288
"dev-server": {
293289
"shards": 10,
@@ -328,7 +324,6 @@ LARGE_SPECS = {
328324
"server": {
329325
"extra_deps": [
330326
"@npm//@angular/animations",
331-
"@npm//@angular/platform-server",
332327
],
333328
},
334329
"ng-packagr": {},

0 commit comments

Comments
 (0)