Skip to content

Commit

Permalink
chore: Ignore tests that are also ignored in nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Apr 3, 2024
1 parent c19d300 commit 4915c47
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -152,7 +152,7 @@ class TypeDocumentHighlightSuite extends BaseDocumentHighlightSuite {
)

check(
"projection1",
"projection1".tag(IgnoreForScala3CompilerPC),
"""|
|class A {
| type <<B@@B>> = Int
Expand All @@ -163,7 +163,7 @@ class TypeDocumentHighlightSuite extends BaseDocumentHighlightSuite {
)

check(
"projection2",
"projection2".tag(IgnoreForScala3CompilerPC),
"""|
|class A {
| type <<BB>> = Int
Expand Down

0 comments on commit 4915c47

Please sign in to comment.