[JS TESTS] Disable node js runner for IR
This commit is contained in:
committed by
teamcityserver
parent
3aa88a6ebe
commit
83d2d2cfcf
@@ -58,6 +58,7 @@ abstract class AbstractJsIrTest(
|
|||||||
if (getBoolean("kotlin.js.ir.perModule")) +JsEnvironmentConfigurationDirectives.PER_MODULE
|
if (getBoolean("kotlin.js.ir.perModule")) +JsEnvironmentConfigurationDirectives.PER_MODULE
|
||||||
if (getBoolean("kotlin.js.ir.dce", true)) +JsEnvironmentConfigurationDirectives.RUN_IR_DCE
|
if (getBoolean("kotlin.js.ir.dce", true)) +JsEnvironmentConfigurationDirectives.RUN_IR_DCE
|
||||||
if (getBoolean("kotlin.js.ir.newIr2Js", false)) +JsEnvironmentConfigurationDirectives.RUN_NEW_IR_2_JS
|
if (getBoolean("kotlin.js.ir.newIr2Js", false)) +JsEnvironmentConfigurationDirectives.RUN_NEW_IR_2_JS
|
||||||
|
-JsEnvironmentConfigurationDirectives.GENERATE_NODE_JS_RUNNER
|
||||||
}
|
}
|
||||||
|
|
||||||
configureJsArtifactsHandlersStep {
|
configureJsArtifactsHandlersStep {
|
||||||
|
|||||||
Reference in New Issue
Block a user