Skip to content

Commit

Permalink
disable logging passed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Aug 18, 2024
1 parent fdd9488 commit 555f9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parse/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ tasks.withType(Test) {
jacoco.includeNoLocationClasses = true
jacoco.excludes = ['jdk.internal.*']
testLogging {
events "PASSED", "SKIPPED", "FAILED"
events "SKIPPED", "FAILED"
showStandardStreams true
showExceptions true
showCauses true
Expand Down

0 comments on commit 555f9ba

Please sign in to comment.