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:
parent
1421eff382
commit
180a41af68
|
@ -36,7 +36,8 @@ jasmine_node_test(
|
||||||
"//packages/forms:npm_package",
|
"//packages/forms:npm_package",
|
||||||
],
|
],
|
||||||
tags = [
|
tags = [
|
||||||
"fixme-ivy-aot",
|
# the language service is not yet compatible with Ivy
|
||||||
|
"no-ivy-aot",
|
||||||
],
|
],
|
||||||
deps = [
|
deps = [
|
||||||
":test_lib",
|
":test_lib",
|
||||||
|
|
Loading…
Reference in New Issue