Skip to content

Commit 20c6de2

Browse files
committed
...
1 parent a4ab0b3 commit 20c6de2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/test/java/tools/jackson/databind/deser/JsonIgnoreProperties2803Test.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010

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

13-
// 04-Sep-2024, tatu: Passes on 3.0 but fails on 2.18+
13+
// 04-Sep-2024, tatu: Passes on 3.0 but fails on 2.18+ (due to some
14+
// ordering difference)
15+
// Not "properly" fixed, but there's [databind#1622] at least with
16+
// failing reproduction even for 3.0
1417
class JsonIgnoreProperties2803Test extends DatabindTestUtil
1518
{
1619
// [databind#2803]

0 commit comments

Comments
 (0)