[K/N][tests] Remove native unit tests from old infra ^KTI-1571

This commit is contained in:
Alexander Shabalin
2024-02-28 21:19:22 +01:00
committed by Space Team
parent 57edc413a3
commit ce68a1a276
@@ -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.