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 13a1f77 commit 1c02510Copy full SHA for 1c02510
community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala
@@ -375,7 +375,8 @@ class CommunityBuildTest:
375
@Test def betterfiles = projects.betterfiles.run()
376
@Test def catsEffect2 = projects.catsEffect2.run()
377
@Test def catsEffect3 = projects.catsEffect3.run()
378
- @Test def dottyCpsAsync = projects.dottyCpsAsync.run()
+ // Temporarily disabled until problem discovered in comments to #9449 is fixed
379
+ // @Test def dottyCpsAsync = projects.dottyCpsAsync.run()
380
@Test def effpi = projects.effpi.run()
381
@Test def endpoints4s = projects.endpoints4s.run()
382
@Test def fastparse = projects.fastparse.run()
0 commit comments