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 b859ab6 commit 260fbf2Copy full SHA for 260fbf2
community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala
@@ -101,7 +101,7 @@ class CommunityBuildTestA extends CommunityBuildTest:
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 zio = projects.zio.run()
105
end CommunityBuildTestA
106
107
@Category(Array(classOf[TestCategory]))
0 commit comments