Skip to content

Commit ea93df5

Browse files
committed
Disable flaky test
We should never have flaky tests. Please, everyone adding new tests, watch out for this.
1 parent 2b3810f commit ea93df5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,8 @@ class CompletionOverrideSuite extends BaseCompletionSuite:
284284
includeDetail = false
285285
)
286286

287-
@Test def `mutable` =
287+
// Disabled since the test is flaky @Test
288+
def `mutable` =
288289
checkEdit(
289290
"""|abstract class Mutable {
290291
| def foo: scala.collection.mutable.Set[Int]

0 commit comments

Comments
 (0)