mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Mute FieldStatsIntegrationIT.testGeoPointNotIndexed, for now
This commit is contained in:
parent
3ce41a0e15
commit
88c78833f0
@ -539,6 +539,7 @@ public class FieldStatsIntegrationIT extends ESIntegTestCase {
|
||||
assertEquals(oldHitCount, indexStats.getHitCount());
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "fix in work, mute for now")
|
||||
public void testGeoPointNotIndexed() throws Exception {
|
||||
assertAcked(prepareCreate("test").addMapping("test", "value", "type=long", "location", "type=geo_point,index=false"));
|
||||
ensureGreen("test");
|
||||
|
Loading…
x
Reference in New Issue
Block a user