Skip to content

Commit b002070

Browse files
Add retry around flaky test
1 parent 21d84b1 commit b002070

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

frontend/src/test/scala/bloop/DeduplicationSpec.scala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,11 @@ object DeduplicationSpec extends bloop.bsp.BspBaseSuite {
458458
}
459459

460460
test("three concurrent clients receive error diagnostics appropriately") {
461+
TestUtil.retry() {
462+
threeConcurrentClientsDiagnosticsTest()
463+
}
464+
}
465+
def threeConcurrentClientsDiagnosticsTest(): Unit = {
461466
val logger = new RecordingLogger(ansiCodesSupported = false)
462467
TestUtil.withinWorkspace { workspace =>
463468
object Sources {

0 commit comments

Comments
 (0)