Skip to content

Commit d62e0f5

Browse files
committed
Disable shapeless test for now
1 parent 74d81ab commit d62e0f5

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
@@ -352,7 +352,7 @@ class CommunityBuildTest:
352352
@Test def ujson = projects.ujson.run()
353353
// @Test def oslibWatch = projects.oslibWatch.run()
354354
@Test def stdLib213 = projects.stdLib213.run()
355-
@Test def shapeless = projects.shapeless.run()
355+
//@Test def shapeless = projects.shapeless.run()
356356
@Test def xmlInterpolator = projects.xmlInterpolator.run()
357357
@Test def effpi = projects.effpi.run()
358358
@Test def sconfig = projects.sconfig.run()

0 commit comments

Comments
 (0)