Skip to content

Commit 312cc91

Browse files
authored
Decrease failure noise by increase flaky test failure threshold (#4617)
Sometimes we get exactly 5 failing flaky tests
1 parent eb243de commit 312cc91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/src/main/kotlin/toolkit-testing.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ tasks.withType<Test>().all {
6666
ciOnly {
6767
retry {
6868
failOnPassedAfterRetry.set(false)
69-
maxFailures.set(5)
69+
maxFailures.set(50)
7070
maxRetries.set(2)
7171
}
7272
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ mockk = "1.13.10"
2424
node-gradle = "7.0.2"
2525
telemetryGenerator = "1.0.216"
2626
testLogger = "4.0.0"
27-
testRetry = "1.5.2"
27+
testRetry = "1.5.9"
2828
# test-only; platform provides slf4j transitively at runtime. <233, 1.7.36; >=233, 2.0.9
2929
slf4j = "2.0.9"
3030
sshd = "2.12.1"

0 commit comments

Comments
 (0)