From 947b825d771e0e3fcf9209059d7060972185959d Mon Sep 17 00:00:00 2001 From: Vladimir Sukharev Date: Thu, 22 Feb 2024 15:53:05 +0100 Subject: [PATCH] [K/N][Tests] Ignore test kt56402 with caches ^KT-66032 --- .../jetbrains/kotlin/konan/test/blackbox/ComplexCInteropTest.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/ComplexCInteropTest.kt b/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/ComplexCInteropTest.kt index 294524732db..405b321ecbb 100644 --- a/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/ComplexCInteropTest.kt +++ b/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/ComplexCInteropTest.kt @@ -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.NOOP) + Assumptions.assumeFalse(testRunSettings.get().useStaticCacheForUserLibraries) // KT-66032: -tr is incompatible with caches val execResult = testDylibCinteropExe( "kt56402", extraClangOpts = listOf("-framework", "AppKit", "-fobjc-arc"),