Skip to content

Commit e1ae04a

Browse files
committed
2.13: disable utest test suite for now
1 parent 86972c2 commit e1ae04a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configs/community.dbuild

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,9 @@ build += {
383383
uri: ${vars.uris.utest-uri}
384384
// no Scala.js plz
385385
extra.projects: ["utestJVM"]
386+
// running tests on 2.13 disabled (January 2018); problem reported upstream
387+
// at https://github.com/lihaoyi/utest/issues/149
388+
extra.test-tasks: ["compile"]
386389
}
387390

388391
${vars.base} {

0 commit comments

Comments
 (0)