Prevent context-refresh Gradle config to disable appTest globally
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user