Prevent context-refresh Gradle config to disable appTest globally

This commit is contained in:
Sébastien Deleuze
2023-10-10 13:33:26 +02:00
parent fe3a3c1a3b
commit f01a91d613

View File

@@ -34,4 +34,4 @@ crSmokeTest {
// `@ApplicationTest`s need to only be executed during the `checkpointRestoreAppTest and not `appTest`
// (we're checking for a value that we want to have been modified in between these two phases).
project.gradle.startParameter.excludedTaskNames.add("appTest")
appTest.enabled = false