Skip to content

Commit 691abf3

Browse files
committed
Re-enable utest
zio is still broken with failures at runtime.
1 parent 8e71dc2 commit 691abf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ class CommunityBuildTestA extends CommunityBuildTest:
100100
@Test def stdLib213 = projects.stdLib213.run()
101101
@Test def ujson = projects.ujson.run()
102102
@Test def upickle = projects.upickle.run()
103-
// @Test def utest = projects.utest.run() // fails with an error involving `Classable`.
104-
// @Test def zio = projects.zio.run()
103+
@Test def utest = projects.utest.run()
104+
//@Test def zio = projects.zio.run() // fails with some runtime failures of non-advancing fibers
105105
end CommunityBuildTestA
106106

107107
@Category(Array(classOf[TestCategory]))

0 commit comments

Comments
 (0)