File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
presentation-compiler/test/dotty/tools/pc/tests/highlight Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package dotty.tools.pc.tests.highlight
22
33import dotty .tools .pc .base .BaseDocumentHighlightSuite
44
5- import org .junit .Test
5+ import org .junit .{ Test , Ignore }
66
77class TypeDocumentHighlightSuite extends BaseDocumentHighlightSuite :
88
@@ -147,7 +147,7 @@ class TypeDocumentHighlightSuite extends BaseDocumentHighlightSuite:
147147 |}""" .stripMargin
148148 )
149149
150- @ Test def `projection1` =
150+ @ Ignore @ Test def `projection1` =
151151 check(
152152 """ |
153153 |class A {
@@ -158,7 +158,7 @@ class TypeDocumentHighlightSuite extends BaseDocumentHighlightSuite:
158158 |}""" .stripMargin
159159 )
160160
161- @ Test def `projection2` =
161+ @ Ignore @ Test def `projection2` =
162162 check(
163163 """ |
164164 |class A {
You can’t perform that action at this time.
0 commit comments