Skip to content

Commit

Permalink
Disable zio
Browse files Browse the repository at this point in the history
  • Loading branch information
odersky committed Dec 6, 2020
1 parent b859ab6 commit 260fbf2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class CommunityBuildTestA extends CommunityBuildTest:
@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 zio = projects.zio.run()
end CommunityBuildTestA

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

0 comments on commit 260fbf2

Please sign in to comment.