File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
frontend/src/test/scala/bloop Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -775,8 +775,14 @@ object DeduplicationSpec extends bloop.bsp.BspBaseSuite {
775
775
}
776
776
}
777
777
778
- // TODO(jvican): Compile project of cancelled compilation to ensure no deduplication trace is left
779
778
test(" cancel deduplicated compilation finishes all clients" ) {
779
+ // not too happy to add a retry around that one, hope there's nothing fishy going on
780
+ TestUtil .retry() {
781
+ cancelDeduplicatedCompilationFinishesAllClientsTest()
782
+ }
783
+ }
784
+ // TODO(jvican): Compile project of cancelled compilation to ensure no deduplication trace is left
785
+ def cancelDeduplicatedCompilationFinishesAllClientsTest (): Unit = {
780
786
val logger = new RecordingLogger (ansiCodesSupported = false )
781
787
TestUtil .withinWorkspace { workspace =>
782
788
object Sources {
You can’t perform that action at this time.
0 commit comments