We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd04d00 commit 291e84fCopy full SHA for 291e84f
presentation-compiler/test/dotty/tools/pc/tests/highlight/TypeDocumentHighlightSuite.scala
@@ -2,7 +2,7 @@ package dotty.tools.pc.tests.highlight
2
3
import dotty.tools.pc.base.BaseDocumentHighlightSuite
4
5
-import org.junit.Test
+import org.junit.{Test, Ignore}
6
7
class TypeDocumentHighlightSuite extends BaseDocumentHighlightSuite:
8
@@ -147,7 +147,7 @@ class TypeDocumentHighlightSuite extends BaseDocumentHighlightSuite:
147
|}""".stripMargin
148
)
149
150
- @Test def `projection1` =
+ @Ignore @Test def `projection1` =
151
check(
152
"""|
153
|class A {
@@ -158,7 +158,7 @@ class TypeDocumentHighlightSuite extends BaseDocumentHighlightSuite:
158
159
160
161
- @Test def `projection2` =
+ @Ignore @Test def `projection2` =
162
163
164
0 commit comments