diff --git a/kotlin-native/backend.native/tests/build.gradle b/kotlin-native/backend.native/tests/build.gradle index b28b3ee78c2..285401d7ef0 100644 --- a/kotlin-native/backend.native/tests/build.gradle +++ b/kotlin-native/backend.native/tests/build.gradle @@ -3106,7 +3106,7 @@ standaloneTest("stress_gc_allocations") { (project.testTarget != "watchos_arm64") && (project.testTarget != "watchos_x86") && (project.testTarget != "watchos_x64") && - (project.testTarget != "watchos_simulator_arm64") + (project.testTarget != "watchos_simulator_arm64") && !isNoopGC source = "runtime/memory/stress_gc_allocations.kt" flags = ['-tr', '-Xopt-in=kotlin.native.internal.InternalForKotlinNative']