Fix excludes so screenshot tests are only run once

This commit is contained in:
Jorge Martín 2023-08-18 14:11:15 +02:00
parent 403da4582a
commit c9c12901aa

View file

@ -152,7 +152,7 @@ allprojects {
maxHeapSize = "1g" maxHeapSize = "1g"
} else { } else {
// Disable screenshot tests by default // Disable screenshot tests by default
exclude("**/ScreenshotTest*") exclude("ui/S.class")
} }
} }
} }