Skip to content

Commit e3228c7

Browse files
committed
Disable cps-async
Just to see whether everything else passes. cps-async contains a problem which was hidden but not solved by the previous disambiguations.
1 parent dc51e78 commit e3228c7

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
@@ -379,7 +379,7 @@ class CommunityBuildTest:
379379
@Test def scodecBits = projects.scodecBits.run()
380380
@Test def scodec = projects.scodec.run()
381381
@Test def scalaParserCombinators = projects.scalaParserCombinators.run()
382-
@Test def dottyCpsAsync = projects.dottyCpsAsync.run()
382+
//@Test def dottyCpsAsync = projects.dottyCpsAsync.run()
383383
@Test def scalaz = projects.scalaz.run()
384384
@Test def endpoints = projects.endpoints.run()
385385
end CommunityBuildTest

0 commit comments

Comments
 (0)