From 4915c472e1563494ea1d0b3c5d2fbc4856a358b5 Mon Sep 17 00:00:00 2001 From: Tomasz Godzik Date: Tue, 2 Apr 2024 13:54:15 +0200 Subject: [PATCH] chore: Ignore tests that are also ignored in nightly --- .../scala/tests/highlight/TypeDocumentHighlightSuite.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/cross/src/test/scala/tests/highlight/TypeDocumentHighlightSuite.scala b/tests/cross/src/test/scala/tests/highlight/TypeDocumentHighlightSuite.scala index ec90816649c..c1d0051dc46 100644 --- a/tests/cross/src/test/scala/tests/highlight/TypeDocumentHighlightSuite.scala +++ b/tests/cross/src/test/scala/tests/highlight/TypeDocumentHighlightSuite.scala @@ -152,7 +152,7 @@ class TypeDocumentHighlightSuite extends BaseDocumentHighlightSuite { ) check( - "projection1", + "projection1".tag(IgnoreForScala3CompilerPC), """| |class A { | type <> = Int @@ -163,7 +163,7 @@ class TypeDocumentHighlightSuite extends BaseDocumentHighlightSuite { ) check( - "projection2", + "projection2".tag(IgnoreForScala3CompilerPC), """| |class A { | type <> = Int