Skip to content

Commit 2b6dac7

Browse files
committed
fix: drop jackson-module-scala from CB
1 parent 0ecc057 commit 2b6dac7

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
@@ -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)