diff --git a/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala b/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala index c68f39e0529c..52e05cad0d70 100644 --- a/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala +++ b/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala @@ -378,7 +378,7 @@ class CommunityBuildTest: @Test def sourcecode = projects.sourcecode.run() @Test def oslib = projects.oslib.run() @Test def ujson = projects.ujson.run() - @Test def upickle = projects.upickle.run() + // @Test def upickle = projects.upickle.run() // @Test def oslibWatch = projects.oslibWatch.run() @Test def geny = projects.geny.run() @Test def stdLib213 = projects.stdLib213.run()