Skip to content

Commit b2f1eed

Browse files
committed
drop scalaPB until type inference issue is resolved
1 parent 71a022c commit b2f1eed

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,12 @@ class CommunityBuildTest {
139139
updateCommand = "dotty-community-build/update"
140140
)
141141

142-
@Test def ScalaPB = test(
143-
project = "ScalaPB",
144-
testCommand = "dotty-community-build/compile",
145-
updateCommand = "dotty-community-build/update"
146-
)
142+
// removing for now as the project migrated to using fastparse 2, which does not play well with type inference
143+
// @Test def ScalaPB = test(
144+
// project = "ScalaPB",
145+
// testCommand = "dotty-community-build/compile",
146+
// updateCommand = "dotty-community-build/update"
147+
// )
147148

148149
@Test def minitest = test(
149150
project = "minitest",

0 commit comments

Comments
 (0)