[K2/N] ignore interop_kt40426 test because of ^KT-56030
K2 doesn't support subclassing Obj-C classes with methods differing only by parameter names yet.
This commit is contained in:
committed by
Space Team
parent
888bf801e2
commit
424fd19fb4
@@ -5299,7 +5299,8 @@ if (PlatformInfo.isAppleTarget(project)) {
|
|||||||
|
|
||||||
standaloneTest("interop_kt40426") {
|
standaloneTest("interop_kt40426") {
|
||||||
// Test depends on iOS-specific UIKit
|
// Test depends on iOS-specific UIKit
|
||||||
enabled = (project.testTarget == 'ios_x64' || project.testTarget == 'ios_simulator_arm64' || project.testTarget == 'ios_arm64')
|
enabled = (project.testTarget == 'ios_x64' || project.testTarget == 'ios_simulator_arm64' || project.testTarget == 'ios_arm64') &&
|
||||||
|
!isK2(project) // KT-56030
|
||||||
source = "interop/objc/kt40426/main.kt"
|
source = "interop/objc/kt40426/main.kt"
|
||||||
useGoldenData = true
|
useGoldenData = true
|
||||||
UtilsKt.dependsOnPlatformLibs(it)
|
UtilsKt.dependsOnPlatformLibs(it)
|
||||||
|
|||||||
Reference in New Issue
Block a user