Skip to content

Commit 654d5c8

Browse files
committed
remove logging for passed events in tests
1 parent 126e81c commit 654d5c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/scripts/tests.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
test {
22
useJUnitPlatform()
33
testLogging {
4-
events "skipped", "failed", "passed"
4+
events "skipped", "failed"
55
}
66
}
77

0 commit comments

Comments
 (0)