Skip to content

Commit b702c80

Browse files
committed
add failOnNoDiscoveredTests
1 parent 1cdccdc commit b702c80

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,8 @@ test {
626626
if (enableJUnit.toBoolean()) {
627627
useJUnitPlatform()
628628
}
629+
630+
failOnNoDiscoveredTests = false
629631
}
630632

631633

0 commit comments

Comments
 (0)