[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.
This commit is contained in:
Alexander Shabalin
2024-02-26 12:55:58 +01:00
committed by Space Team
parent ea2bb32bc0
commit 513f86f8fc
+2 -1
View File
@@ -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