We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71a022c commit b2f1eedCopy full SHA for b2f1eed
community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala
@@ -139,11 +139,12 @@ class CommunityBuildTest {
139
updateCommand = "dotty-community-build/update"
140
)
141
142
- @Test def ScalaPB = test(
143
- project = "ScalaPB",
144
- testCommand = "dotty-community-build/compile",
145
- updateCommand = "dotty-community-build/update"
146
- )
+ // removing for now as the project migrated to using fastparse 2, which does not play well with type inference
+ // @Test def ScalaPB = test(
+ // project = "ScalaPB",
+ // testCommand = "dotty-community-build/compile",
+ // updateCommand = "dotty-community-build/update"
147
+ // )
148
149
@Test def minitest = test(
150
project = "minitest",
0 commit comments