Skip to content

Commit 79e7969

Browse files
authored
Removes redundant test method in SQL tests (#33498)
1 parent 9230a48 commit 79e7969

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

x-pack/plugin/sql/src/test/java/org/elasticsearch/xpack/sql/execution/search/extractor/FieldHitExtractorTests.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ protected FieldHitExtractor mutateInstance(FieldHitExtractor instance) throws IO
5252
return new FieldHitExtractor(instance.fieldName() + "mutated", null, true, instance.hitName());
5353
}
5454

55-
@AwaitsFix(bugUrl = "implement after we're sure of the InnerHitExtractor's implementation")
56-
public void testGetNested() throws IOException {
57-
fail("implement after we're sure of the InnerHitExtractor's implementation");
58-
}
59-
6055
public void testGetDottedValueWithDocValues() {
6156
String grandparent = randomAlphaOfLength(5);
6257
String parent = randomAlphaOfLength(5);

0 commit comments

Comments
 (0)