[PL][JS] Disable PL for Kotlin2JsIrBeIncrementalCompilationIT.testRebuildAfterError

This test is not supposed to be ever successful with enabled PL.
This commit is contained in:
Dmitriy Dolovov
2023-04-17 15:01:27 +02:00
committed by Space Team
parent 9d3deb7e0e
commit d9cd293eaa
@@ -7,5 +7,8 @@ kotlin {
nodejs {
}
binaries.executable()
tasks.withType<org.jetbrains.kotlin.gradle.tasks.Kotlin2JsCompile> {
kotlinOptions.freeCompilerArgs += "-Xpartial-linkage=disable"
}
}
}