Skip to content

Commit 8ee4131

Browse files
committed
Remove expected-failure annotation
1 parent 0eb1a4b commit 8ee4131

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/test/java/tools/jackson/databind/tofix/MapFormatShape5405Test.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
import tools.jackson.databind.*;
1212
import tools.jackson.databind.testutil.DatabindTestUtil;
13-
import tools.jackson.databind.testutil.failure.JacksonTestFailureExpected;
1413

1514
import static org.junit.jupiter.api.Assertions.assertEquals;
1615

@@ -67,10 +66,8 @@ public Bean5405Override(int value) {
6766
/**********************************************************
6867
*/
6968

70-
final private ObjectMapper MAPPER = newJsonMapper();
69+
private final ObjectMapper MAPPER = newJsonMapper();
7170

72-
// Can't yet use per-property overrides at all, see [databind#5405]
73-
@JacksonTestFailureExpected
7471
@Test
7572
public void testSerializeAsPOJOViaProperty() throws Exception
7673
{

0 commit comments

Comments
 (0)