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.
1 parent 3a5e137 commit 30ecf0dCopy full SHA for 30ecf0d
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