[K/N][test] Exclude test interop0
See ^KT-58099 Merge-request: KT-MR-9672 Merged-by: Pavel Punegov <Pavel.Punegov@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
ef9074e24d
commit
1ee2d0814c
@@ -4529,7 +4529,8 @@ interopTest("interop0") {
|
|||||||
(project.testTarget == 'linux_mips32') || // st_uid of '/' is not equal to 0 when using qemu
|
(project.testTarget == 'linux_mips32') || // st_uid of '/' is not equal to 0 when using qemu
|
||||||
(project.testTarget == 'linux_mipsel32') ||
|
(project.testTarget == 'linux_mipsel32') ||
|
||||||
(project.testTarget == 'linux_arm32_hfp') ||
|
(project.testTarget == 'linux_arm32_hfp') ||
|
||||||
(project.testTarget == 'linux_arm64')
|
(project.testTarget == 'linux_arm64') ||
|
||||||
|
isK2(project) // KT-58099
|
||||||
useGoldenData = true
|
useGoldenData = true
|
||||||
source = "interop/basics/0.kt"
|
source = "interop/basics/0.kt"
|
||||||
interop = 'sysstat'
|
interop = 'sysstat'
|
||||||
|
|||||||
Reference in New Issue
Block a user