[Wasm] Temporary disable wasm stdlib tests

Due to incompatible bootstrap compiler.
This commit is contained in:
Svyatoslav Kuzmich
2022-05-17 16:17:26 +03:00
parent 9519d7998b
commit 68ef2f3242
+2 -1
View File
@@ -702,7 +702,8 @@ tasks {
)).forEach {
dependsOn("$it:check")
}
dependsOn(":kotlin-stdlib-wasm:runWasmStdLibTestsWithD8") //Instead of :kotlin-stdlib-wasm:check
// Temporary disabled while bootstrapping is in progress
// dependsOn(":kotlin-stdlib-wasm:runWasmStdLibTestsWithD8") //Instead of :kotlin-stdlib-wasm:check
}
register("gradlePluginTest") {