Removes redundant test method in SQL tests (#33498)
This commit is contained in:
parent
9230a48722
commit
79e7969734
|
@ -52,11 +52,6 @@ public class FieldHitExtractorTests extends AbstractWireSerializingTestCase<Fiel
|
|||
return new FieldHitExtractor(instance.fieldName() + "mutated", null, true, instance.hitName());
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "implement after we're sure of the InnerHitExtractor's implementation")
|
||||
public void testGetNested() throws IOException {
|
||||
fail("implement after we're sure of the InnerHitExtractor's implementation");
|
||||
}
|
||||
|
||||
public void testGetDottedValueWithDocValues() {
|
||||
String grandparent = randomAlphaOfLength(5);
|
||||
String parent = randomAlphaOfLength(5);
|
||||
|
|
Loading…
Reference in New Issue