Skip to content

Commit 126d8b2

Browse files
committed
these tasks are not needed, test runs for all components
It turns out the issue was not running all tests, but rather one failure stops all components
1 parent 5b98e79 commit 126d8b2

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

build.gradle

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -357,20 +357,6 @@ getTasksByName('test', true).each {
357357
}
358358
}
359359

360-
task testComponents {
361-
description = "Runs tests in all components"
362-
dependsOn file(':runtime').exists() ? project(':runtime') : []
363-
.subprojects
364-
.collect { it.tasks.matching { t -> t.name == "test" } }
365-
.flatten()
366-
}
367-
368-
task testAll {
369-
description = "Runs framework tests and all component tests"
370-
dependsOn(":framework:test")
371-
dependsOn(testComponents)
372-
}
373-
374360
// ========== check/update tasks ==========
375361

376362
task getRuntime {

0 commit comments

Comments
 (0)