Skip to content

Commit 8c48225

Browse files
committed
Disable failing CompetionScalaCliSuite
1 parent 1570ca3 commit 8c48225

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

presentation-compiler/test/dotty/tools/pc/tests/completion/CompletionScalaCliSuite.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ class CompletionScalaCliSuite extends BaseCompletionSuite:
5757
|""".stripMargin
5858
)
5959

60+
@Ignore
6061
@Test def `version` =
6162
check(
6263
"""|//> using lib "io.circe::circe-core_sjs1:0.14.1@@"
@@ -66,6 +67,7 @@ class CompletionScalaCliSuite extends BaseCompletionSuite:
6667
)
6768

6869
// We don't to add `::` before version if `sjs1` is specified
70+
@Ignore
6971
@Test def `version-edit` =
7072
checkEdit(
7173
"""|//> using lib "io.circe::circe-core_sjs1:0.14.1@@"

0 commit comments

Comments
 (0)