Skip to content

Commit ae980a7

Browse files
authored
fix: drop jackson-module-scala from CB (#22353)
Closes #22350 FYI @WojciechMazur
2 parents 5176f9f + 2b6dac7 commit ae980a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class CommunityBuildTestC:
6868
@Test def fastparse = projects.fastparse.run()
6969
@Test def geny = projects.geny.run()
7070
@Test def intent = projects.intent.run()
71-
@Test def jacksonModuleScala = projects.jacksonModuleScala.run()
71+
//@Test def jacksonModuleScala = projects.jacksonModuleScala.run()
7272
@Test def libretto = projects.libretto.run()
7373
@Test def minitest = projects.minitest.run()
7474
//@Test def onnxScala = projects.onnxScala.run()

0 commit comments

Comments
 (0)