Skip to content

Commit 3903c26

Browse files
committed
Always retry consistent sampling tests for now
1 parent efbc1f4 commit 3903c26

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

consistent-sampling/build.gradle.kts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,10 @@ dependencies {
1212
testImplementation("org.hipparchus:hipparchus-core:4.0.1")
1313
testImplementation("org.hipparchus:hipparchus-stat:4.0.1")
1414
}
15+
16+
develocity.testRetry {
17+
// You can see tests that were retried by this mechanism in the collected test reports and build scans.
18+
if (System.getenv().containsKey("CI")) {
19+
maxRetries.set(5)
20+
}
21+
}

0 commit comments

Comments
 (0)