This reverts commit cd617b15e8
.
Reason: this causes failures in g3 with i18n extraction. See #31267.
PR Close #31267
This commit is contained in:
parent
44b1ce6c72
commit
2c07820636
|
@ -54,6 +54,6 @@ nodejs_test(
|
||||||
"//packages/platform-server:npm_package",
|
"//packages/platform-server:npm_package",
|
||||||
"//packages/router:npm_package",
|
"//packages/router:npm_package",
|
||||||
] + glob(["**/*"]),
|
] + glob(["**/*"]),
|
||||||
entry_point = "test.js",
|
entry_point = "//packages/compiler-cli/integrationtest:test.ts",
|
||||||
tags = ["no-ivy-aot"],
|
tags = ["no-ivy-aot"],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue