diff --git a/sdk/build.gradle b/sdk/build.gradle index 8169c07e8..9ab840d1f 100644 --- a/sdk/build.gradle +++ b/sdk/build.gradle @@ -271,7 +271,7 @@ tasks.create(name: 'jacocoUnitTestReport', type: JacocoReport, dependsOn: ['test // Execution data for unit tests '**/*.exec', // Execution data for instrumentation tests - '**/*.ec' + // '**/*.ec' // Removed to exclude instrumentation tests ]) }