[K2/N] ignore library_ir_provider_mismatch test because of ^KT-56855

K2 doesn't support one-stage compilation mode for Native yet.
This commit is contained in:
Svyatoslav Scherbina
2023-03-09 10:19:24 +01:00
committed by Space Team
parent 424fd19fb4
commit 950c2baa34
@@ -5544,7 +5544,8 @@ interopTest("interop_exceptions_cCallback") {
}
tasks.register("library_ir_provider_mismatch", KonanDriverTest) {
disabled = isAggressiveGC // No need to test with different GC schedulers
disabled = isAggressiveGC || // No need to test with different GC schedulers
isK2(project) // KT-56855
def dir = buildDir.absolutePath
def lib = "$projectDir/link/ir_providers/library/empty.kt"