Skip to content

Commit b5bec30

Browse files
committed
Temporarily disable shapeless in the community build
We should get to a new stabilized "given" syntax first. Once that is done, shapeless can be updated and re-integrated.
1 parent 9023963 commit b5bec30

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
@@ -171,7 +171,7 @@ class CommunityBuildTest {
171171
extraSbtArgs = Seq("-Dscala.build.compileWithDotty=true")
172172
)
173173

174-
@Test def shapeless = test(
174+
/*@Test*/ def shapeless = test(
175175
project = "shapeless",
176176
testCommand = "test",
177177
updateCommand = "update"

0 commit comments

Comments
 (0)