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:

committed by
Matias Niemelä

parent
b4e26b5828
commit
3e68029522
@ -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",
|
||||
|
Reference in New Issue
Block a user