Skip to content

Commit 92c436d

Browse files
Keen Yee Liaumatsko
authored andcommitted
test(language-service): disable ivy ls tests on CI (angular#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 angular#37348
1 parent b45f336 commit 92c436d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/language-service/ivy/test/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jasmine_node_test(
2525
],
2626
tags = [
2727
"ivy-only",
28+
"manual", # do not run this on CI since compiler APIs are not yet stable
2829
],
2930
deps = [
3031
":test_lib",

0 commit comments

Comments
 (0)