Skip to content

Commit 0130256

Browse files
committed
Remove the ignore
1 parent 1373c03 commit 0130256

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); fixe for 2.12 release")
129127
fun testPersonGood7() {
130128
val personGood7String = objectMapper.readValue<PersonGood7>(""""TestPreName,TestLastname"""")
131129
val personGood7Json =

0 commit comments

Comments
 (0)