From 4b9498e0c3dd76ec0985a175a90129a7fea3fbaa Mon Sep 17 00:00:00 2001 From: Tom Grigg Date: Tue, 24 Nov 2020 15:37:28 -0800 Subject: [PATCH] Temporarily disable cats-effect-* in the community build See lampepfl/dotty#10478 --- .../test/scala/dotty/communitybuild/CommunityBuildTest.scala | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala b/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala index ae6f3248ceec..cd874874062a 100644 --- a/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala +++ b/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala @@ -104,8 +104,9 @@ end CommunityBuildTestA class CommunityBuildTestB extends CommunityBuildTest: @Test def algebra = projects.algebra.run() @Test def betterfiles = projects.betterfiles.run() - @Test def catsEffect2 = projects.catsEffect2.run() - @Test def catsEffect3 = projects.catsEffect3.run() + // temporarily disabled due to lampepfl/dotty#10478 + //@Test def catsEffect2 = projects.catsEffect2.run() + //@Test def catsEffect3 = projects.catsEffect3.run() // Temporarily disabled until problem discovered in comments to #9449 is fixed // @Test def dottyCpsAsync = projects.dottyCpsAsync.run() @Test def effpi = projects.effpi.run()