Skip to content

Commit c759752

Browse files
committed
remove failOnNoDiscoveredTests (Gradle 9 only property)
1 parent 36224b0 commit c759752

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ dependencies {
5757
testImplementation("com.vaadin:vaadin-testbench-junit5:$vaadinVersion")
5858
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.2")
5959
}
60-
tasks.test.configure {
61-
failOnNoDiscoveredTests = false
62-
}
6360
// This task runs all tests (unit + integration) when -Pit is passed
6461
tasks.register('integrationTest', Test) {
6562
description = 'Runs all tests including TestBench (enabled only with -Pit)'

0 commit comments

Comments
 (0)