[K/N] Unmute some actually passing tests
This commit is contained in:
committed by
Space Team
parent
d78e30a5f5
commit
2f3947d8e5
@@ -4690,8 +4690,7 @@ interopTest("interop_concurrentTerminate") {
|
||||
}
|
||||
|
||||
interopTest("interop_incompleteTypes") {
|
||||
disabled = (project.testTarget == 'wasm32') || // No interop for wasm yet.
|
||||
isK2(project) // KT-56027
|
||||
disabled = (project.testTarget == 'wasm32') // No interop for wasm yet.
|
||||
source = "interop/incomplete_types/main.kt"
|
||||
interop = 'incomplete_types'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user