[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:
committed by
Space Team
parent
ea2bb32bc0
commit
513f86f8fc
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user