From a3758bf70b65e14e7e0e1bb4b62c5f26b9385ea6 Mon Sep 17 00:00:00 2001 From: Vladimir Sukharev Date: Thu, 22 Jun 2023 10:01:01 +0000 Subject: [PATCH] [K2/N] Mute failed test ^KT-58863 Merge-request: KT-MR-10762 Merged-by: Vladimir Sukharev --- kotlin-native/backend.native/tests/build.gradle | 1 + 1 file changed, 1 insertion(+) 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") {