Fix screenshot tests blocking testDebugUnitTest task
This commit is contained in:
parent
bd427735ff
commit
42a579a6d4
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ android {
|
|||
namespace = "ui"
|
||||
}
|
||||
|
||||
tasks.withType(Test::class.java) {
|
||||
tasks.withType(Test::class) {
|
||||
// Don't fail the test run if there are no tests, this can happen if we run them with screenshot test disabled
|
||||
failOnNoDiscoveredTests = false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue