Skip to content

Commit ed11ca0

Browse files
Merge pull request #9279 from dotty-staging/disable-upickle
Disable upickle
2 parents a26a507 + 0b388a6 commit ed11ca0

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
@@ -378,7 +378,7 @@ class CommunityBuildTest:
378378
@Test def sourcecode = projects.sourcecode.run()
379379
@Test def oslib = projects.oslib.run()
380380
@Test def ujson = projects.ujson.run()
381-
@Test def upickle = projects.upickle.run()
381+
// @Test def upickle = projects.upickle.run()
382382
// @Test def oslibWatch = projects.oslibWatch.run()
383383
@Test def geny = projects.geny.run()
384384
@Test def stdLib213 = projects.stdLib213.run()

0 commit comments

Comments
 (0)