Skip to content

Commit d33292e

Browse files
Add retry around flaky test
1 parent 9f8d366 commit d33292e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

frontend/src/test/scala/bloop/bsp/BspCompileSpec.scala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -891,6 +891,11 @@ class BspCompileSpec(
891891
}
892892

893893
test("compile incrementally and clear old errors fixed in previous CLI compilations") {
894+
TestUtil.retry() {
895+
compileIncClearOldErrorsPrevCliCompilation()
896+
}
897+
}
898+
def compileIncClearOldErrorsPrevCliCompilation(): Unit = {
894899
TestUtil.withinWorkspace { workspace =>
895900
object Sources {
896901
val `Foo.scala` =

0 commit comments

Comments
 (0)