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 21d84b1 commit b002070Copy full SHA for b002070
frontend/src/test/scala/bloop/DeduplicationSpec.scala
@@ -458,6 +458,11 @@ object DeduplicationSpec extends bloop.bsp.BspBaseSuite {
458
}
459
460
test("three concurrent clients receive error diagnostics appropriately") {
461
+ TestUtil.retry() {
462
+ threeConcurrentClientsDiagnosticsTest()
463
+ }
464
465
+ def threeConcurrentClientsDiagnosticsTest(): Unit = {
466
val logger = new RecordingLogger(ansiCodesSupported = false)
467
TestUtil.withinWorkspace { workspace =>
468
object Sources {
0 commit comments