diff --git a/kotlin-native/backend.native/tests/build.gradle b/kotlin-native/backend.native/tests/build.gradle index 0300956e235..1a79f7d679e 100644 --- a/kotlin-native/backend.native/tests/build.gradle +++ b/kotlin-native/backend.native/tests/build.gradle @@ -6197,6 +6197,7 @@ fileCheckTest("filecheck_signext_zeroext_objc_export") { annotatedSource = project.file('filecheck/signext_zeroext_objc_export.kt') generateFramework = true enabled = target.family.appleFamily + && !isK2(project) // KT-58863 } fileCheckTest("filecheck_function_attributes_at_callsite") {