Mute ShapeQueryTests#testFieldAlias()
Tracking issue: https://github.com/elastic/elasticsearch/issues/45628
This commit is contained in:
parent
982560afeb
commit
6b391cd0d5
|
@ -227,6 +227,7 @@ public class ShapeQueryTests extends ESSingleNodeTestCase {
|
||||||
assertHitCount(result, numDocs);
|
assertHitCount(result, numDocs);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/45628")
|
||||||
public void testFieldAlias() {
|
public void testFieldAlias() {
|
||||||
SearchResponse response = client().prepareSearch(INDEX)
|
SearchResponse response = client().prepareSearch(INDEX)
|
||||||
.setQuery(new ShapeQueryBuilder("alias", queryGeometry).relation(ShapeRelation.INTERSECTS))
|
.setQuery(new ShapeQueryBuilder("alias", queryGeometry).relation(ShapeRelation.INTERSECTS))
|
||||||
|
|
Loading…
Reference in New Issue