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
2
2
3
3
import dotty .tools .pc .base .BaseDocumentHighlightSuite
4
4
5
- import org .junit .Test
5
+ import org .junit .{ Test , Ignore }
6
6
7
7
class TypeDocumentHighlightSuite extends BaseDocumentHighlightSuite :
8
8
@@ -147,7 +147,7 @@ class TypeDocumentHighlightSuite extends BaseDocumentHighlightSuite:
147
147
|}""" .stripMargin
148
148
)
149
149
150
- @ Test def `projection1` =
150
+ @ Ignore @ Test def `projection1` =
151
151
check(
152
152
""" |
153
153
|class A {
@@ -158,7 +158,7 @@ class TypeDocumentHighlightSuite extends BaseDocumentHighlightSuite:
158
158
|}""" .stripMargin
159
159
)
160
160
161
- @ Test def `projection2` =
161
+ @ Ignore @ Test def `projection2` =
162
162
check(
163
163
""" |
164
164
|class A {
You can’t perform that action at this time.
0 commit comments