diff --git a/kotlin-native/backend.native/tests/build.gradle b/kotlin-native/backend.native/tests/build.gradle index 5df7a82dfe9..37b6021cd89 100644 --- a/kotlin-native/backend.native/tests/build.gradle +++ b/kotlin-native/backend.native/tests/build.gradle @@ -4758,6 +4758,7 @@ dynamicTest("interop_memory_leaks") { } dynamicTest("interop_exceptions_throwThroughBridge") { + disabled = (project.testTarget == 'wasm32') // Uses exceptions + dynamic is unsupported for wasm. source = "interop/exceptions/throwThroughBridge.kt" cSource = "$projectDir/interop/exceptions/throwThroughBridge.cpp" clangTool = "clang++"