Skip to content

Commit ec06d64

Browse files
authored
Merge pull request #375 from FasterXML/fix-github145
Fix Github145 test
2 parents e2e2501 + d17ead1 commit ec06d64

File tree

1 file changed

+0
-2
lines changed
  • src/test/kotlin/com/fasterxml/jackson/module/kotlin/test/github

1 file changed

+0
-2
lines changed

src/test/kotlin/com/fasterxml/jackson/module/kotlin/test/github/Github145.kt

-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import com.fasterxml.jackson.annotation.JsonProperty
55
import com.fasterxml.jackson.databind.ObjectMapper
66
import com.fasterxml.jackson.module.kotlin.jacksonObjectMapper
77
import com.fasterxml.jackson.module.kotlin.readValue
8-
import org.junit.Ignore
98
import org.junit.Test
109

1110
class TestGithub145 {
@@ -125,7 +124,6 @@ class TestGithub145 {
125124
}
126125
}
127126
@Test
128-
@Ignore("Broke at some point on 2.12 branch (before automated tests were working)")
129127
fun testPersonGood7() {
130128
val personGood7String = objectMapper.readValue<PersonGood7>(""""TestPreName,TestLastname"""")
131129
val personGood7Json =

0 commit comments

Comments
 (0)