diff --git a/kotlin-native/backend.native/tests/build.gradle b/kotlin-native/backend.native/tests/build.gradle index b582514e5f3..6f73948ef75 100644 --- a/kotlin-native/backend.native/tests/build.gradle +++ b/kotlin-native/backend.native/tests/build.gradle @@ -5977,6 +5977,7 @@ fileCheckTest("filecheck_signext_zeroext_objc_export") { } fileCheckTest("filecheck_function_attributes_at_callsite") { + enabled = (project.testTarget != 'wasm32') // KT-49739 annotatedSource = project.file('filecheck/function_attributes_at_callsite.kt') }