Skip to content

Commit 9f8d366

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

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
@@ -240,6 +240,11 @@ class BspCompileSpec(
240240
testNonWindows(
241241
"create orphan client classes directory and make sure loading a BSP session cleans it up"
242242
) {
243+
TestUtil.retry() {
244+
orphanClientClassesDirBspSessionCleanUpTest()
245+
}
246+
}
247+
def orphanClientClassesDirBspSessionCleanUpTest(): Unit = {
243248
TestUtil.withinWorkspace { workspace =>
244249
val sources = List(
245250
"""/main/scala/Foo.scala

0 commit comments

Comments
 (0)