We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b3810f commit ea93df5Copy full SHA for ea93df5
presentation-compiler/test/dotty/tools/pc/tests/completion/CompletionOverrideSuite.scala
@@ -284,7 +284,8 @@ class CompletionOverrideSuite extends BaseCompletionSuite:
284
includeDetail = false
285
)
286
287
- @Test def `mutable` =
+ // Disabled since the test is flaky @Test
288
+ def `mutable` =
289
checkEdit(
290
"""|abstract class Mutable {
291
| def foo: scala.collection.mutable.Set[Int]
0 commit comments