From 375116dcf59b0bacbd7362392d258e0bfdecd2c9 Mon Sep 17 00:00:00 2001 From: Alexander Shabalin Date: Tue, 11 Apr 2023 12:43:41 +0000 Subject: [PATCH] [K/N] Disable testPermanentObjectsFramework w/o GC ^KT-56233 Merge-request: KT-MR-9542 Merged-by: Alexander Shabalin --- kotlin-native/backend.native/tests/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin-native/backend.native/tests/build.gradle b/kotlin-native/backend.native/tests/build.gradle index 9a91a96630a..2b24f317358 100644 --- a/kotlin-native/backend.native/tests/build.gradle +++ b/kotlin-native/backend.native/tests/build.gradle @@ -5972,7 +5972,7 @@ if (isAppleTarget(project)) { } frameworkTest("testPermanentObjectsFramework") { - enabled = isExperimentalMM + enabled = isExperimentalMM && !isNoopGC // Requires gc to actually happen. framework("PermanentObjects") { sources = ['framework/permanentObjects'] opts = ['-opt-in=kotlin.native.internal.InternalForKotlinNative']