Skip to content

Commit 1c02510

Browse files
committed
Temporarily disable dotty-cps-async community build test
1 parent 13a1f77 commit 1c02510

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,8 @@ class CommunityBuildTest:
375375
@Test def betterfiles = projects.betterfiles.run()
376376
@Test def catsEffect2 = projects.catsEffect2.run()
377377
@Test def catsEffect3 = projects.catsEffect3.run()
378-
@Test def dottyCpsAsync = projects.dottyCpsAsync.run()
378+
// Temporarily disabled until problem discovered in comments to #9449 is fixed
379+
// @Test def dottyCpsAsync = projects.dottyCpsAsync.run()
379380
@Test def effpi = projects.effpi.run()
380381
@Test def endpoints4s = projects.endpoints4s.run()
381382
@Test def fastparse = projects.fastparse.run()

0 commit comments

Comments
 (0)