- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for determineMaxFailures (0.59 sec)
-
build-logic/jvm/src/main/kotlin/gradlebuild.unittest-and-compile.gradle.kts
doNotTrackState("All tests should re-run") } } fun Test.determineMaxRetries() = when { project.flakyTestStrategy == FlakyTestStrategy.ONLY -> 4 else -> 2 } fun Test.determineMaxFailures() = when { project.flakyTestStrategy == FlakyTestStrategy.ONLY -> Integer.MAX_VALUE else -> 10 } fun configureTests() { normalization { runtimeClasspath {
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Dec 19 06:44:41 UTC 2025 - 18.9K bytes - Viewed (0)