From b091f1d551b5fc07c2c55c23c096d400f5569e01 Mon Sep 17 00:00:00 2001 From: Sergey Bogolepov Date: Tue, 10 May 2022 20:48:24 +0300 Subject: [PATCH] [K/N] Disable test-case for KT-50983. --- kotlin-native/backend.native/tests/build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kotlin-native/backend.native/tests/build.gradle b/kotlin-native/backend.native/tests/build.gradle index eae1b330720..2c6e08af979 100644 --- a/kotlin-native/backend.native/tests/build.gradle +++ b/kotlin-native/backend.native/tests/build.gradle @@ -5050,7 +5050,9 @@ if (PlatformInfo.isAppleTarget(project)) { } tasks.register("KT-50983", KonanDriverTest) { - enabled = PlatformInfo.isWindows() && (project.target.family == Family.MINGW) + // The test is not working on Windows Server 2019-based TeamCity agents for the unknown reason. + // TODO: Re-enable it after LLVM update where llvm-windres will be added. + enabled = false doBeforeBuild { mkdir(buildDir) exec {