From ce68a1a276321a09a92d5eea0680b3cfc8c2c65a Mon Sep 17 00:00:00 2001 From: Alexander Shabalin Date: Wed, 28 Feb 2024 21:19:22 +0100 Subject: [PATCH] [K/N][tests] Remove native unit tests from old infra ^KTI-1571 --- kotlin-native/backend.native/tests/build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/kotlin-native/backend.native/tests/build.gradle b/kotlin-native/backend.native/tests/build.gradle index 3c5d1dd9cf8..6cd2dacca93 100644 --- a/kotlin-native/backend.native/tests/build.gradle +++ b/kotlin-native/backend.native/tests/build.gradle @@ -167,8 +167,6 @@ tasks.named("run") { dependsOn(tasks.withType(KonanTest).matching { it.enabled }) // Add regular gradle test tasks dependsOn(tasks.withType(Test).matching { it.enabled }) - // TODO(KTI-1571): This task should be run by Compiler Unit Tests (Native) configuration - dependsOn(":nativeCompilerUnitTest") } // Was a subset of tests.