Disable test, that fails with SIGSEGV: KT-43180
This commit is contained in:
committed by
Stanislav Erokhin
parent
54b64eca08
commit
f309601a39
@@ -4299,6 +4299,7 @@ dynamicTest("produce_dynamic") {
|
|||||||
|
|
||||||
dynamicTest("interop_concurrentRuntime") {
|
dynamicTest("interop_concurrentRuntime") {
|
||||||
disabled = (project.target.name != project.hostName)
|
disabled = (project.target.name != project.hostName)
|
||||||
|
disabled = true // KT-43180
|
||||||
source = "interop/concurrentTerminate/reverseInterop.kt"
|
source = "interop/concurrentTerminate/reverseInterop.kt"
|
||||||
cSource = "$projectDir/interop/concurrentTerminate/main.cpp"
|
cSource = "$projectDir/interop/concurrentTerminate/main.cpp"
|
||||||
clangTool = "clang++"
|
clangTool = "clang++"
|
||||||
|
|||||||
Reference in New Issue
Block a user