test(ivy): fix or disable failing ivy tests (#26735)

These tests were previously not running on CI so they have always been broken,
or got broken just recently :-(.

test(ivy): mark failing test targets with fixme-ivy-jit and fixme-ivy-local tags

PR Close #26735
This commit is contained in:
Igor Minar
2018-10-25 20:47:28 -07:00
committed by Matias Niemelä
parent 30f319a11f
commit 40bbfbf961
21 changed files with 905 additions and 49 deletions

View File

@ -12,6 +12,7 @@ ts_library(
":metadata_switch",
],
module_name = "@angular/core/test/bundling/util/src/reflect_metadata",
deps = ["@ngdeps//reflect-metadata"],
)
# See packages/core/BUILD.bazel.