Skip to content

Commit

Permalink
Disable gradle default test log events for passed tests
Browse files Browse the repository at this point in the history
Too much noise in the output
  • Loading branch information
serpro69 committed Mar 3, 2024
1 parent 9082af6 commit 3272fe2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ subprojects {
// set options for log level LIFECYCLE
events = setOf(
TestLogEvent.FAILED,
TestLogEvent.PASSED,
TestLogEvent.SKIPPED,
TestLogEvent.STANDARD_OUT
)
Expand Down

0 comments on commit 3272fe2

Please sign in to comment.