fix(ivy): Enable AoT tests to run on CI; disable failing tests (#26975)
PR Close #26975
This commit is contained in:

committed by
Kara Erickson

parent
5e769d9a25
commit
53e4e0c1a3
@ -45,15 +45,13 @@ ts_library(
|
||||
"//packages/core/testing",
|
||||
"//packages/platform-server",
|
||||
"//packages/platform-server/testing",
|
||||
"//packages/private/testing",
|
||||
],
|
||||
)
|
||||
|
||||
jasmine_node_test(
|
||||
name = "test",
|
||||
bootstrap = ["angular/tools/testing/init_node_spec.js"],
|
||||
tags = [
|
||||
"fixme-ivy-aot",
|
||||
],
|
||||
deps = [
|
||||
":test_lib",
|
||||
":test_node_only_lib",
|
||||
|
Reference in New Issue
Block a user