Fix screenshot tests blocking testDebugUnitTest task

This commit is contained in:
Jorge Martín
2025-11-28 16:07:41 +01:00
committed by Jorge Martin Espinosa
parent 11f41629c1
commit 9a9f4fd67d

View File

@@ -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
}