refactor(ivy): add fixmeIvy blocks to ivy failing tests (#27311)

PR Close #27311
This commit is contained in:
Ben Lesh
2018-11-27 17:40:05 -08:00
committed by Igor Minar
parent 6e89b1c1cd
commit 65775a36d7
2 changed files with 41 additions and 41 deletions

View File

@ -14,13 +14,13 @@ ts_library(
"//packages/platform-browser-dynamic/testing",
"//packages/platform-browser/testing",
"//packages/platform-webworker",
"//packages/private/testing",
],
)
jasmine_node_test(
name = "test",
bootstrap = ["angular/tools/testing/init_node_spec.js"],
tags = ["fixme-ivy-aot"],
deps = [
":test_lib",
"//tools/testing:node",
@ -29,9 +29,6 @@ jasmine_node_test(
ts_web_test_suite(
name = "test_web",
tags = [
"fixme-ivy-aot",
],
deps = [
":test_lib",
],