Skip to content

Commit

Permalink
build(ivy): ngcc - only test under no-ivy-aot mode (#29092)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
petebacondarwin authored and matsko committed Mar 20, 2019
1 parent 229f035 commit 68f9d70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/compiler-cli/ngcc/test/BUILD.bazel
Expand Up @@ -60,6 +60,10 @@ jasmine_node_test(
"//packages/core:npm_package",
"@npm//rxjs",
],
tags = [
# Disabled in AOT mode because we want ngcc to compile non-AOT Angular packages.
"no-ivy-aot",
],
deps = [
":integration_lib",
"//tools/testing:node_no_angular",
Expand Down

0 comments on commit 68f9d70

Please sign in to comment.