[JS IR] Disable pir tests by default
This commit is contained in:
committed by
TeamCityServer
parent
7ec593b22a
commit
693a5740c1
@@ -239,7 +239,7 @@ val testDataDir = project(":js:js.translator").projectDir.resolve("testData")
|
||||
|
||||
projectTest(parallel = true) {
|
||||
setUpJsBoxTests(jsEnabled = true, jsIrEnabled = true)
|
||||
// systemProperty("kotlin.js.ir.pir", "false")
|
||||
systemProperty("kotlin.js.ir.pir", "false")
|
||||
|
||||
inputs.dir(rootDir.resolve("compiler/cli/cli-common/resources")) // compiler.xml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user