We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e71dc2 commit 691abf3Copy full SHA for 691abf3
community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala
@@ -100,8 +100,8 @@ class CommunityBuildTestA extends CommunityBuildTest:
100
@Test def stdLib213 = projects.stdLib213.run()
101
@Test def ujson = projects.ujson.run()
102
@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()
+ @Test def utest = projects.utest.run()
+ //@Test def zio = projects.zio.run() // fails with some runtime failures of non-advancing fibers
105
end CommunityBuildTestA
106
107
@Category(Array(classOf[TestCategory]))
0 commit comments