Skip to content

Commit 0d4fe15

Browse files
committed
Remove test log reporting in build output
1 parent 6d471cd commit 0d4fe15

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

spring-graphql-test/build.gradle

-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,4 @@ dependencies {
4040

4141
test {
4242
useJUnitPlatform()
43-
testLogging {
44-
events "passed", "skipped", "failed"
45-
}
4643
}

spring-graphql/build.gradle

-3
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,4 @@ dependencies {
9494

9595
test {
9696
useJUnitPlatform()
97-
testLogging {
98-
events "passed", "skipped", "failed"
99-
}
10097
}

0 commit comments

Comments
 (0)