Skip to content

Commit

Permalink
Add retry around flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Dec 17, 2021
1 parent 21d84b1 commit b002070
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/src/test/scala/bloop/DeduplicationSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,11 @@ object DeduplicationSpec extends bloop.bsp.BspBaseSuite {
}

test("three concurrent clients receive error diagnostics appropriately") {
TestUtil.retry() {
threeConcurrentClientsDiagnosticsTest()
}
}
def threeConcurrentClientsDiagnosticsTest(): Unit = {
val logger = new RecordingLogger(ansiCodesSupported = false)
TestUtil.withinWorkspace { workspace =>
object Sources {
Expand Down

0 comments on commit b002070

Please sign in to comment.