test: removed jackson databind leftover

Original commit: elastic/x-pack-elasticsearch@0cbd5595c8
This commit is contained in:
Martijn van Groningen 2016-12-05 08:38:33 +01:00
parent 850e43028b
commit b5c6970209
2 changed files with 0 additions and 8 deletions

View File

@ -34,8 +34,4 @@ public class AllocationTests extends AbstractSerializingTestCase<Allocation> {
return Allocation.PARSER.apply(parser, () -> matcher).build();
}
@Override
protected boolean skipJacksonTest() {
return true;
}
}

View File

@ -84,8 +84,4 @@ public abstract class AbstractSerializingTestCase<T extends ToXContent & Writeab
return Collections.emptyMap();
}
protected boolean skipJacksonTest() {
return false;
}
}