mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
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());
|
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() {
|
public void testGetDottedValueWithDocValues() {
|
||||||
String grandparent = randomAlphaOfLength(5);
|
String grandparent = randomAlphaOfLength(5);
|
||||||
String parent = randomAlphaOfLength(5);
|
String parent = randomAlphaOfLength(5);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user