-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Github145 test #375
Fix Github145 test #375
Conversation
I'll gladly accept PRs to this branch or ProTip®s as to what I'm not seeing is wrong. |
Sounds good to me? I do not remember context for ignoral (there's no comment next to it?). |
@cowtowncoder Oh, I just ignored it prior to this PR—after setting up CircleCI it became apparent this test was broken, but not clear when it broke. |
I added a note to the ignore on 2.12 and merged it into here. Also labeled this PR so we remember to address this for 2.12. |
…and gave this PR a meaningful title. |
I wonder if FasterXML/jackson-databind#1498 fix might be related here: 1-arg creator detection can now be made to work with databind (although default behavior should not change). |
Conflicts: src/test/kotlin/com/fasterxml/jackson/module/kotlin/test/github/Github145.kt
This was incidentally fixed by some other work. |
This test broke at some point in the past. It's ignored on the
2.12
branch; this branch un-ignores it so it can be fixed.Test itself was added for #145 ?