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 bd427735ff
commit 42a579a6d4

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
}