Skip to content

Commit fea67cf

Browse files
committed
disable shapeless until sbt is fixed
1 parent 01e32e4 commit fea67cf

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
@@ -93,7 +93,7 @@ class CommunityBuildTestC:
9393
@Test def scalaz = projects.scalaz.run()
9494
@Test def scas = projects.scas.run()
9595
@Test def sconfig = projects.sconfig.run()
96-
@Test def shapeless3 = projects.shapeless3.run()
96+
//@Test def shapeless3 = projects.shapeless3.run()
9797
@Test def sourcecode = projects.sourcecode.run()
9898
@Test def specs2 = projects.specs2.run()
9999

0 commit comments

Comments
 (0)