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.
2 parents 73168ee + 30ecf0d commit 7155a8bCopy full SHA for 7155a8b
project/Build.scala
@@ -327,7 +327,7 @@ object Build {
327
.withTestRetryConfiguration(
328
config.testRetryConfiguration
329
.withFlakyTestPolicy(FlakyTestPolicy.Fail)
330
- .withMaxRetries(1)
+ .withMaxRetries(if (isInsideCI) 1 else 0)
331
.withMaxFailures(10)
332
.withClassesFilter((className, _) => !noRetryTestClasses.contains(className))
333
)
0 commit comments