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.
2 parents cda0a9d + 4b9498e commit 6a56706Copy full SHA for 6a56706
community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala
@@ -104,8 +104,9 @@ end CommunityBuildTestA
104
class CommunityBuildTestB extends CommunityBuildTest:
105
@Test def algebra = projects.algebra.run()
106
@Test def betterfiles = projects.betterfiles.run()
107
- @Test def catsEffect2 = projects.catsEffect2.run()
108
- @Test def catsEffect3 = projects.catsEffect3.run()
+ // temporarily disabled due to lampepfl/dotty#10478
+ //@Test def catsEffect2 = projects.catsEffect2.run()
109
+ //@Test def catsEffect3 = projects.catsEffect3.run()
110
// Temporarily disabled until problem discovered in comments to #9449 is fixed
111
// @Test def dottyCpsAsync = projects.dottyCpsAsync.run()
112
@Test def effpi = projects.effpi.run()
0 commit comments