mirror of
https://github.com/RDCN-Community-Developers/rdkt.git
synced 2026-09-04 17:25:33 +08:00
Disable browser tests.
This commit is contained in:
@@ -57,7 +57,11 @@ kotlin {
|
||||
|
||||
// js
|
||||
js {
|
||||
browser { }
|
||||
browser {
|
||||
testTask {
|
||||
enabled = false
|
||||
}
|
||||
}
|
||||
nodejs { }
|
||||
binaries.executable()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user