Removes redundant test method in SQL tests (#33498)

This commit is contained in:
Colin Goodheart-Smithe 2018-09-07 13:10:27 +01:00 committed by GitHub
parent 9230a48722
commit 79e7969734
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -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);