Native: enable interop_concurrentRuntime test since it no longer fails

^KT-43180 Obsolete
This commit is contained in:
Svyatoslav Scherbina
2023-10-06 09:45:45 +02:00
committed by Space Team
parent 2db89b7e7a
commit 080a404d9a
@@ -5049,7 +5049,6 @@ dynamicTest("produce_dynamic_unhandledException") {
}
dynamicTest("interop_concurrentRuntime") {
disabled = true // KT-43180
source = "interop/concurrentTerminate/reverseInterop.kt"
cSource = "$projectDir/interop/concurrentTerminate/main.cpp"
clangTool = "clang++"