[K/N] Disable KT-59167 test on watchOS

This commit is contained in:
Sergey Bogolepov
2023-07-03 16:32:55 +03:00
committed by Space Team
parent 0bc19e70b6
commit 2d945b7226
@@ -4946,6 +4946,8 @@ if (PlatformInfo.isAppleTarget(project)) {
}
interopTest("interop_kt59167") {
// There is no GameController on watchOS.
enabled = target.family != Family.WATCHOS
source = 'interop/kt59167/main.kt'
interop = 'kt59167'
}