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 b45f336635
commit 92c436dd1a
1 changed files with 1 additions and 0 deletions

View File

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