We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1373c03 commit 0130256Copy full SHA for 0130256
src/test/kotlin/com/fasterxml/jackson/module/kotlin/test/github/Github145.kt
@@ -5,7 +5,6 @@ import com.fasterxml.jackson.annotation.JsonProperty
5
import com.fasterxml.jackson.databind.ObjectMapper
6
import com.fasterxml.jackson.module.kotlin.jacksonObjectMapper
7
import com.fasterxml.jackson.module.kotlin.readValue
8
-import org.junit.Ignore
9
import org.junit.Test
10
11
class TestGithub145 {
@@ -125,7 +124,6 @@ class TestGithub145 {
125
124
}
126
127
@Test
128
- @Ignore("Broke at some point on 2.12 branch (before automated tests were working); fixe for 2.12 release")
129
fun testPersonGood7() {
130
val personGood7String = objectMapper.readValue<PersonGood7>(""""TestPreName,TestLastname"""")
131
val personGood7Json =
0 commit comments