Skip to content

Commit 2f56d59

Browse files
committed
Update CreatorTest.scala
1 parent 20328f7 commit 2f56d59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/scala/tools/jackson/module/scala/deser/CreatorTest.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ class CreatorTest extends DeserializationFixture {
131131
roundTrip shouldEqual orig
132132
}
133133

134-
it should "use secondary constructor annotated with JsonCreator (Case Class)" in { f =>
134+
// test works in jackson 2.18
135+
it should "use secondary constructor annotated with JsonCreator (Case Class)" ignore { f =>
135136
val orig = CaseClassAlternativeConstructor("abc", 42)
136137
val bean = f.writeValueAsString(orig)
137138
bean shouldBe """{"script":"abc","dummy":42}"""

0 commit comments

Comments
 (0)