[JS IR] temporarily disable .ts compilation for tests

Current task crashes on Windows.
This commit is contained in:
Anton Bannykh
2021-11-30 16:19:02 +03:00
committed by TeamCityServer
parent 8a7d86c4e5
commit 1696628b5e
+4 -3
View File
@@ -205,9 +205,10 @@ fun Test.setUpJsBoxTests(jsEnabled: Boolean, jsIrEnabled: Boolean) {
dependsOn(":dist") dependsOn(":dist")
if (!project.hasProperty("teamcity")) { // TODO uncomment after fixing on Windows
dependsOn(generateTypeScriptTests) // if (!project.hasProperty("teamcity")) {
} // dependsOn(generateTypeScriptTests)
// }
if (jsEnabled) { if (jsEnabled) {
dependsOn(testJsRuntime) dependsOn(testJsRuntime)