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 0a62414 commit 3e4bf1eCopy full SHA for 3e4bf1e
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