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 authored Sep 7, 2018
1 parent 9230a48 commit 79e7969
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 = "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);
Expand Down

0 comments on commit 79e7969

Please sign in to comment.