[K/N][Tests] Ignore test kt56402 with caches

^KT-66032
This commit is contained in:
Vladimir Sukharev
2024-02-22 15:53:05 +01:00
committed by Space Team
parent ecdf97c6b7
commit 947b825d77
@@ -239,6 +239,7 @@ abstract class ComplexCInteropTestBase : AbstractNativeSimpleTest() {
// Test depends on macOS-specific AppKit and some GC
Assumptions.assumeTrue(targets.testTarget.family == Family.OSX)
Assumptions.assumeFalse(testRunSettings.get<GCType>() == GCType.NOOP)
Assumptions.assumeFalse(testRunSettings.get<CacheMode>().useStaticCacheForUserLibraries) // KT-66032: -tr is incompatible with caches
val execResult = testDylibCinteropExe(
"kt56402",
extraClangOpts = listOf("-framework", "AppKit", "-fobjc-arc"),