File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
avro/src/test/java/tools/jackson/dataformat/avro/failing
protobuf/src/test/java/tools/jackson/dataformat/protobuf/failing Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1313import tools .jackson .databind .SequenceWriter ;
1414import tools .jackson .dataformat .avro .*;
1515import tools .jackson .dataformat .avro .schema .AvroSchemaGenerator ;
16+ import tools .jackson .dataformat .avro .testutil .failure .JacksonTestFailureExpected ;
1617
1718import static org .junit .jupiter .api .Assertions .assertEquals ;
1819import static org .junit .jupiter .api .Assertions .assertNotNull ;
2223public class FileSerialization319Test extends AvroTestBase
2324{
2425 // [dataformats-binary#319]
26+ @ JacksonTestFailureExpected
2527 @ Test
2628 public void testFileSerialization () throws Exception
2729 {
Original file line number Diff line number Diff line change 33import org .junit .jupiter .api .Test ;
44
55import tools .jackson .dataformat .avro .*;
6+ import tools .jackson .dataformat .avro .testutil .failure .JacksonTestFailureExpected ;
67
78import static org .junit .jupiter .api .Assertions .assertEquals ;
89
@@ -15,6 +16,7 @@ static class MyClass {
1516
1617 private final AvroMapper MAPPER = getMapper ();
1718
19+ @ JacksonTestFailureExpected
1820 @ Test
1921 public void testSimpleFieldRemove () throws Exception
2022 {
Original file line number Diff line number Diff line change 77import tools .jackson .dataformat .protobuf .ProtobufMapper ;
88import tools .jackson .dataformat .protobuf .ProtobufTestBase ;
99import tools .jackson .dataformat .protobuf .schema .ProtobufSchema ;
10+ import tools .jackson .dataformat .protobuf .testutil .failure .JacksonTestFailureExpected ;
1011
1112import static org .junit .jupiter .api .Assertions .assertNotNull ;
1213
@@ -21,6 +22,7 @@ public class GenerateNestedType73Test extends ProtobufTestBase
2122 final ProtobufMapper MAPPER = new ProtobufMapper ();
2223
2324 // [dataformats-binary#68]
25+ @ JacksonTestFailureExpected
2426 @ Test
2527 public void testNestedTypes () throws Exception
2628 {
You can’t perform that action at this time.
0 commit comments