Skip to content

Commit d7fa305

Browse files
committed
remove test emptiness check.
1 parent 8d36dda commit d7fa305

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,6 @@ subprojects {
132132
// these seems to be missing starting with Gradle 9
133133
testClassesDirs = sourceSets.test.output.classesDirs
134134
classpath = sourceSets.test.runtimeClasspath
135-
136-
// Fail on empty test suites
137-
afterSuite { suite, result ->
138-
assert result.testCount > 0, "There are no executed test. This is unexpected and should be investigated!"
139-
}
140135
}
141136

142137

0 commit comments

Comments
 (0)