ci: replace fixme-ivy-aot with no-ivy-aot tag for //packages/language-service/test (#34144)

This target will need to be completely updated once the language service supports Ivy.

PR Close #34144
This commit is contained in:
Igor Minar 2019-11-29 01:56:50 -08:00 committed by Miško Hevery
parent 1421eff382
commit 180a41af68
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ jasmine_node_test(
"//packages/forms:npm_package",
],
tags = [
"fixme-ivy-aot",
# the language service is not yet compatible with Ivy
"no-ivy-aot",
],
deps = [
":test_lib",