[K/N][test] Excluded filecheck_signext_zeroext_objc_export

With enabled two-stage compilation test fails to match bridges
which generation depends on order
See ^KT-58863
This commit is contained in:
Pavel Punegov
2023-07-11 13:58:13 +02:00
committed by Space Team
parent d9fa9c1b3b
commit 61ba29a775
@@ -6224,8 +6224,8 @@ fileCheckTest("filecheck_signext_zeroext_interop") {
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
// enabled = target.family.appleFamily
enabled = false // KT-58863
}
fileCheckTest("filecheck_function_attributes_at_callsite") {