build(ivy): ngcc - only test under `no-ivy-aot` mode (#29092)

We want ngcc to test non-AOT builds of the Angular packages,
so we filter the tests in using the `no-ivy-aot` tag.

PR Close #29092
This commit is contained in:
Pete Bacon Darwin 2019-03-20 13:47:58 +00:00 committed by Matias Niemelä
parent 229f035969
commit 68f9d705f8
1 changed files with 4 additions and 0 deletions

View File

@ -60,6 +60,10 @@ jasmine_node_test(
"//packages/core:npm_package", "//packages/core:npm_package",
"@npm//rxjs", "@npm//rxjs",
], ],
tags = [
# Disabled in AOT mode because we want ngcc to compile non-AOT Angular packages.
"no-ivy-aot",
],
deps = [ deps = [
":integration_lib", ":integration_lib",
"//tools/testing:node_no_angular", "//tools/testing:node_no_angular",