Skip to content

Commit e75602b

Browse files
committed
remove passed test logging again
1 parent 15babbd commit e75602b

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)