[PL][JS] Disable PL for Kotlin2JsIrBeIncrementalCompilationIT.testRebuildAfterError
This test is not supposed to be ever successful with enabled PL.
This commit is contained in:
committed by
Space Team
parent
9d3deb7e0e
commit
d9cd293eaa
+3
@@ -7,5 +7,8 @@ kotlin {
|
|||||||
nodejs {
|
nodejs {
|
||||||
}
|
}
|
||||||
binaries.executable()
|
binaries.executable()
|
||||||
|
tasks.withType<org.jetbrains.kotlin.gradle.tasks.Kotlin2JsCompile> {
|
||||||
|
kotlinOptions.freeCompilerArgs += "-Xpartial-linkage=disable"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user