From 513f86f8fccc85c24f4052013d3a89a3e3329dde Mon Sep 17 00:00:00 2001 From: Alexander Shabalin Date: Mon, 26 Feb 2024 12:55:58 +0100 Subject: [PATCH] [K/N][tests] Remove atomicfu tests from :nativeCompilerTest ^KT-65977 These tests fail in native testing infrastructure on different platforms. Removing them until it's fixed. --- build.gradle.kts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 79dd8306a0b..7aa675e0499 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -799,7 +799,8 @@ tasks { register("nativeCompilerTest") { dependsOn(":native:native.tests:test") dependsOn(":native:objcexport-header-generator:check") - dependsOn(":kotlin-atomicfu-compiler-plugin:nativeTest") + // TODO(KT-65977): enable atomicfu tests back + // dependsOn(":kotlin-atomicfu-compiler-plugin:nativeTest") } // These are unit tests of Native compiler