Disable browser tests.

This commit is contained in:
2025-06-22 02:30:34 +08:00
parent 775e1cbb99
commit 4b920d0a8d
+5 -1
View File
@@ -57,7 +57,11 @@ kotlin {
// js
js {
browser { }
browser {
testTask {
enabled = false
}
}
nodejs { }
binaries.executable()
}