From f309601a3911e501e82024cf7a95bec7b45b66cd Mon Sep 17 00:00:00 2001 From: Pavel Punegov Date: Thu, 5 Nov 2020 08:00:08 +0300 Subject: [PATCH] Disable test, that fails with SIGSEGV: KT-43180 --- 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 73ffe6686c4..7c5905502a3 100644 --- a/kotlin-native/backend.native/tests/build.gradle +++ b/kotlin-native/backend.native/tests/build.gradle @@ -4299,6 +4299,7 @@ dynamicTest("produce_dynamic") { dynamicTest("interop_concurrentRuntime") { disabled = (project.target.name != project.hostName) + disabled = true // KT-43180 source = "interop/concurrentTerminate/reverseInterop.kt" cSource = "$projectDir/interop/concurrentTerminate/main.cpp" clangTool = "clang++"