Fix screenshot tests blocking testDebugUnitTest task
This commit is contained in:
parent
11f41629c1
commit
9a9f4fd67d
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ android {
|
||||||
namespace = "ui"
|
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
|
// Don't fail the test run if there are no tests, this can happen if we run them with screenshot test disabled
|
||||||
failOnNoDiscoveredTests = false
|
failOnNoDiscoveredTests = false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue