Fix screenshot tests blocking testDebugUnitTest task
This commit is contained in:
committed by
Jorge Martin Espinosa
parent
11f41629c1
commit
9a9f4fd67d
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user