Skip to content

Commit

Permalink
Re-enable utest
Browse files Browse the repository at this point in the history
zio is still broken with failures at runtime.
  • Loading branch information
odersky committed Dec 7, 2020
1 parent 8e71dc2 commit 691abf3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ class CommunityBuildTestA extends CommunityBuildTest:
@Test def stdLib213 = projects.stdLib213.run()
@Test def ujson = projects.ujson.run()
@Test def upickle = projects.upickle.run()
// @Test def utest = projects.utest.run() // fails with an error involving `Classable`.
// @Test def zio = projects.zio.run()
@Test def utest = projects.utest.run()
//@Test def zio = projects.zio.run() // fails with some runtime failures of non-advancing fibers
end CommunityBuildTestA

@Category(Array(classOf[TestCategory]))
Expand Down

0 comments on commit 691abf3

Please sign in to comment.