From 236cf2b9cafd6ea36b455e70740d9a7716933d0c Mon Sep 17 00:00:00 2001 From: Sergey Bogolepov Date: Mon, 6 Mar 2023 15:54:25 +0200 Subject: [PATCH] [K/N] Disable split_compilation_pipeline in two-stage mode There is no way to pass flags only to the second stage in tests. --- kotlin-native/backend.native/tests/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/kotlin-native/backend.native/tests/build.gradle b/kotlin-native/backend.native/tests/build.gradle index 16e51827e2a..acfa879198f 100644 --- a/kotlin-native/backend.native/tests/build.gradle +++ b/kotlin-native/backend.native/tests/build.gradle @@ -5584,6 +5584,7 @@ standaloneTest("fake_override_0") { } standaloneTest("split_compilation_pipeline") { + enabled = !twoStageEnabled def dir = buildDir.absolutePath source = "link/private_fake_overrides/override_main.kt" doBeforeBuild {