[K/N] Exclude a part of the test that fails due to the ^KT-61418

This commit is contained in:
Pavel Punegov
2023-08-23 16:01:42 +02:00
committed by Space Team
parent 7a13173e6a
commit 2b6ca6d8e1
@@ -10,7 +10,8 @@ import objcTests.*
createAndAbandonWeakRef(NSObject())
testWeakReference({ NSArray.arrayWithArray(listOf(42)) as NSArray })
// Uncomment when KT-61418 fixed
//testWeakReference({ NSArray.arrayWithArray(listOf(42)) as NSArray })
}
private fun testWeakReference(block: () -> NSObject) {