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"),