[K/N] Disable testPermanentObjectsFramework w/o GC ^KT-56233

Merge-request: KT-MR-9542
Merged-by: Alexander Shabalin <Alexander.Shabalin@jetbrains.com>
This commit is contained in:
Alexander Shabalin
2023-04-11 12:43:41 +00:00
committed by Space Team
parent 1aba9460f2
commit 375116dcf5
@@ -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']