Skip to content

Commit

Permalink
troubleshoot test
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAZimmerly committed Jan 6, 2025
1 parent c0f6183 commit 2877933
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ tasks.withType(Test).configureEach {
excludes = ['jdk.internal.*']
}
finalizedBy jacocoTestReport
retry {
maxRetries.set(5)
failOnPassedAfterRetry.set(false)
}
}

android {
Expand Down

0 comments on commit 2877933

Please sign in to comment.