diff --git a/cloud/context-refresh/build.gradle b/cloud/context-refresh/build.gradle index ddbeb5c..865d31e 100644 --- a/cloud/context-refresh/build.gradle +++ b/cloud/context-refresh/build.gradle @@ -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") \ No newline at end of file +appTest.enabled = false \ No newline at end of file