diff --git a/kotlin-native/backend.native/tests/build.gradle b/kotlin-native/backend.native/tests/build.gradle index 332bd091bd2..628e01cfb91 100644 --- a/kotlin-native/backend.native/tests/build.gradle +++ b/kotlin-native/backend.native/tests/build.gradle @@ -173,8 +173,6 @@ tasks.named("run") { dependsOn(tasks.withType(Test).matching { it.enabled }) // TODO(KTI-1571): This task should be run by Compiler Unit Tests (Native) configuration dependsOn(":nativeCompilerUnitTest") - // TODO(KTI-1571): This should be run by Compiler Tests (Native) configuration - dependsOn(":native:objcexport-header-generator:check") } // Was a subset of tests.