Skip to content

Commit 0da2614

Browse files
committed
Temporarily drop shapeless from community build tests
1 parent d6e8432 commit 0da2614

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,13 +170,13 @@ class CommunityBuildTest {
170170
updateCommand = "library/update",
171171
extraSbtArgs = Seq("-Dscala.build.compileWithDotty=true")
172172
)
173-
173+
/* temporarily disabled
174174
@Test def shapeless = test(
175175
project = "shapeless",
176176
testCommand = "test",
177177
updateCommand = "update"
178178
)
179-
179+
*/
180180
@Test def xmlInterpolator = test(
181181
project = "xml-interpolator",
182182
testCommand = "test",

0 commit comments

Comments
 (0)