Skip to content

Commit

Permalink
Removes redundant test method in SQL tests (#33498)
Browse files Browse the repository at this point in the history
  • Loading branch information
colings86 committed Sep 7, 2018
1 parent 4673e4e commit 4657cf1
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ protected FieldHitExtractor mutateInstance(FieldHitExtractor instance) throws IO
return new FieldHitExtractor(instance.fieldName() + "mutated", null, true, instance.hitName());
}

@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/3082")
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);
Expand Down

0 comments on commit 4657cf1

Please sign in to comment.