diff --git a/presentation-compiler/test/dotty/tools/pc/tests/completion/CompletionSuite.scala b/presentation-compiler/test/dotty/tools/pc/tests/completion/CompletionSuite.scala index 57975d2c8e98..b1b908299297 100644 --- a/presentation-compiler/test/dotty/tools/pc/tests/completion/CompletionSuite.scala +++ b/presentation-compiler/test/dotty/tools/pc/tests/completion/CompletionSuite.scala @@ -1986,7 +1986,7 @@ class CompletionSuite extends BaseCompletionSuite: |""".stripMargin, ) - @Test def `namedTuple completions` = + @Ignore @Test def `namedTuple completions` = check( """|import scala.NamedTuple.* | @@ -1997,7 +1997,7 @@ class CompletionSuite extends BaseCompletionSuite: filter = _.contains("name") ) - @Test def `Selectable with namedTuple Fields member` = + @Ignore @Test def `Selectable with namedTuple Fields member` = check( """|import scala.NamedTuple.* | diff --git a/presentation-compiler/test/dotty/tools/pc/tests/signaturehelp/SignatureHelpInterleavingSuite.scala b/presentation-compiler/test/dotty/tools/pc/tests/signaturehelp/SignatureHelpInterleavingSuite.scala index 735a2eb13fab..14b280b17edd 100644 --- a/presentation-compiler/test/dotty/tools/pc/tests/signaturehelp/SignatureHelpInterleavingSuite.scala +++ b/presentation-compiler/test/dotty/tools/pc/tests/signaturehelp/SignatureHelpInterleavingSuite.scala @@ -358,7 +358,7 @@ class SignatureHelpInterleavingSuite extends BaseSignatureHelpSuite: |""".stripMargin ) - @Test def `complex-1` = + @Ignore @Test def `complex-1` = check( """ |object Test: @@ -371,7 +371,7 @@ class SignatureHelpInterleavingSuite extends BaseSignatureHelpSuite: |""".stripMargin ) - @Test def `complex-2` = + @Ignore @Test def `complex-2` = check( """ |object Test: diff --git a/presentation-compiler/test/dotty/tools/pc/tests/signaturehelp/SignatureHelpSuite.scala b/presentation-compiler/test/dotty/tools/pc/tests/signaturehelp/SignatureHelpSuite.scala index bd9f8edeef49..a0ca24ef75de 100644 --- a/presentation-compiler/test/dotty/tools/pc/tests/signaturehelp/SignatureHelpSuite.scala +++ b/presentation-compiler/test/dotty/tools/pc/tests/signaturehelp/SignatureHelpSuite.scala @@ -1283,7 +1283,7 @@ class SignatureHelpSuite extends BaseSignatureHelpSuite: |""".stripMargin ) - @Test def `error-recovery-1` = + @Ignore @Test def `error-recovery-1` = check( """|object Main: | def test[A](x: A): Foo[A] = ??? @@ -1294,7 +1294,7 @@ class SignatureHelpSuite extends BaseSignatureHelpSuite: |""".stripMargin ) - @Test def `error-recovery-2` = + @Ignore @Test def `error-recovery-2` = check( """|object Main: | def test[A](x: A): Foo[A] = ???