File tree 1 file changed +7
-1
lines changed
presentation-compiler/test/dotty/tools/pc/tests/completion
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ package dotty.tools.pc.tests.completion
3
3
import dotty .tools .pc .base .BaseCompletionSuite
4
4
5
5
import org .junit .Test
6
+ import org .junit .Ignore
6
7
7
8
class CompletionScalaCliSuite extends BaseCompletionSuite :
8
9
@@ -28,7 +29,8 @@ class CompletionScalaCliSuite extends BaseCompletionSuite:
28
29
|// //> using lib ???
29
30
|//> using lib io.circe::circe-core_native0.4
30
31
|package A
31
- |""" .stripMargin
32
+ |""" .stripMargin,
33
+ assertSingleItem = false
32
34
)
33
35
34
36
@ Test def `version-sort` =
@@ -43,6 +45,7 @@ class CompletionScalaCliSuite extends BaseCompletionSuite:
43
45
|""" .stripMargin,
44
46
)
45
47
48
+ @ Ignore
46
49
@ Test def `single-colon` =
47
50
check(
48
51
""" |//> using lib "io.circe:circe-core_na@@
@@ -73,6 +76,7 @@ class CompletionScalaCliSuite extends BaseCompletionSuite:
73
76
|""" .stripMargin,
74
77
)
75
78
79
+ @ Ignore
76
80
@ Test def `multiple-libs` =
77
81
check(
78
82
""" |//> using lib "io.circe::circe-core:0.14.0", "io.circe::circe-core_na@@"
@@ -81,6 +85,7 @@ class CompletionScalaCliSuite extends BaseCompletionSuite:
81
85
" circe-core_native0.4"
82
86
)
83
87
88
+ @ Ignore
84
89
@ Test def `script` =
85
90
check(
86
91
scriptWrapper(
@@ -133,6 +138,7 @@ class CompletionScalaCliSuite extends BaseCompletionSuite:
133
138
|io.circul""" .stripMargin
134
139
)
135
140
141
+ @ Ignore
136
142
@ Test def `multiple-deps2` =
137
143
check(
138
144
""" |//> using libs "io.circe::circe-core:0.14.0", "io.circe::circe-core_na@@"
You can’t perform that action at this time.
0 commit comments