Skip to content

Commit 68e78a7

Browse files
committed
disable protoquill for now, it is not happy when we removed the deps
1 parent f047303 commit 68e78a7

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
@@ -77,7 +77,7 @@ class CommunityBuildTestC:
7777
@Test def parboiled2 = projects.parboiled2.run()
7878
@Test def playJson = projects.playJson.run()
7979
@Test def pprint = projects.pprint.run()
80-
@Test def protoquill = projects.protoquill.run()
80+
//@Test def protoquill = projects.protoquill.run()
8181
@Test def requests = projects.requests.run()
8282
@Test def scalacheck = projects.scalacheck.run()
8383
@Test def scalaCollectionCompat = projects.scalaCollectionCompat.run()

0 commit comments

Comments
 (0)