Skip to content

Commit 023995c

Browse files
committed
Add #518: @JacksonTestFailureExpected
1 parent 24b280b commit 023995c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ public AnyGetterBeforeFieldsBean(int x, int y, Map<String,Object> a) {
6363

6464
private final ObjectMapper MAPPER = newJsonMapper();
6565

66+
@JacksonTestFailureExpected
6667
@Test
6768
void anyBeanWithSort() throws Exception
6869
{
@@ -73,6 +74,7 @@ void anyBeanWithSort() throws Exception
7374
assertEquals(a2q("{'a':1,'b':2,'x':3,'y':4}"), json);
7475
}
7576

77+
@JacksonTestFailureExpected
7678
@Test
7779
void anyGetterSortingBeforeFields() throws Exception
7880
{

0 commit comments

Comments
 (0)