Skip to content

Commit

Permalink
Move a 3.x-only test from failing to "tofix"
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Sep 21, 2024
1 parent 8f88bd4 commit ab2667b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package tools.jackson.failing;
package tools.jackson.databind.tofix;

import org.junit.jupiter.api.Test;

Expand All @@ -8,6 +8,7 @@

import tools.jackson.databind.*;
import tools.jackson.databind.annotation.JsonDeserialize;
import tools.jackson.databind.testutil.failure.JacksonTestFailureExpected;

import static org.junit.jupiter.api.Assertions.assertNotNull;
import static org.junit.jupiter.api.Assertions.assertEquals;
Expand Down Expand Up @@ -63,6 +64,7 @@ public ExternalBean build() {
*/

// [databind#2580]: regression somewhere
@JacksonTestFailureExpected
@Test
public void testWithExternalTypeId() throws Exception
{
Expand Down

0 comments on commit ab2667b

Please sign in to comment.