Skip to content

Commit

Permalink
Another test class moved failing->tofix (3.x only test)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Sep 21, 2024
1 parent ab2667b commit 348e816
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 java.util.UUID;

Expand All @@ -15,6 +15,7 @@
import tools.jackson.databind.jsontype.impl.TypeIdResolverBase;

import tools.jackson.databind.testutil.DatabindTestUtil;
import tools.jackson.databind.testutil.failure.JacksonTestFailureExpected;

import static org.junit.jupiter.api.Assertions.assertNotNull;

Expand Down Expand Up @@ -442,6 +443,7 @@ public void testExternalWithCustomResolver() throws Exception
}

// [databind#1288]
@JacksonTestFailureExpected
@Test
public void testExternalWithCustomResolverAndBuilder() throws Exception
{
Expand Down

0 comments on commit 348e816

Please sign in to comment.