[Wasm] Temporary disable wasm stdlib tests
Due to incompatible bootstrap compiler.
This commit is contained in:
+2
-1
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user