Skip to content

Commit e1953d8

Browse files
committed
chore: disable fs2, it suffers from #22890
1 parent 39a41cb commit e1953d8

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
@@ -42,7 +42,7 @@ class CommunityBuildTestB:
4242
@Test def discipline = projects.discipline.run()
4343
@Test def disciplineMunit = projects.disciplineMunit.run()
4444
@Test def disciplineSpecs2 = projects.disciplineSpecs2.run()
45-
@Test def fs2 = projects.fs2.run()
45+
//@Test def fs2 = projects.fs2.run()
4646
@Test def monocle = projects.monocle.run()
4747
@Test def munit = projects.munit.run()
4848
@Test def munitCatsEffect = projects.munitCatsEffect.run()

0 commit comments

Comments
 (0)