test(language-service): disable ivy ls tests on CI (#37348)

This commit disables the tests for Ivy version of language service on CI
because the compiler APIs are not yet stable, so language service should
not assert against its behavipr.

PR Close #37348
This commit is contained in:
Keen Yee Liau
2020-05-29 09:46:12 -07:00
committed by Matias Niemelä
parent b4e26b5828
commit 3e68029522

View File

@ -25,6 +25,7 @@ jasmine_node_test(
],
tags = [
"ivy-only",
"manual", # do not run this on CI since compiler APIs are not yet stable
],
deps = [
":test_lib",