Reenable and fix flaky tests (#1837)

This commit is contained in:
Gold856
2025-07-10 00:16:44 -04:00
committed by GitHub
parent 78f57600cc
commit dbbb00f955
5 changed files with 20 additions and 22 deletions

View File

@@ -113,7 +113,9 @@ test {
testLogging {
events "failed"
exceptionFormat "full"
showStandardStreams = true
}
forkEvery = 1
finalizedBy jacocoTestReport
}