test: removed jackson databind leftover
Original commit: elastic/x-pack-elasticsearch@0cbd5595c8
This commit is contained in:
parent
850e43028b
commit
b5c6970209
|
@ -34,8 +34,4 @@ public class AllocationTests extends AbstractSerializingTestCase<Allocation> {
|
|||
return Allocation.PARSER.apply(parser, () -> matcher).build();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean skipJacksonTest() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -84,8 +84,4 @@ public abstract class AbstractSerializingTestCase<T extends ToXContent & Writeab
|
|||
return Collections.emptyMap();
|
||||
}
|
||||
|
||||
protected boolean skipJacksonTest() {
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue