Skip to content

Commit 260fbf2

Browse files
committed
Disable zio
1 parent b859ab6 commit 260fbf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class CommunityBuildTestA extends CommunityBuildTest:
101101
@Test def ujson = projects.ujson.run()
102102
@Test def upickle = projects.upickle.run()
103103
// @Test def utest = projects.utest.run() // fails with an error involving `Classable`.
104-
@Test def zio = projects.zio.run()
104+
// @Test def zio = projects.zio.run()
105105
end CommunityBuildTestA
106106

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

0 commit comments

Comments
 (0)