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());
|
assertEquals(oldHitCount, indexStats.getHitCount());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "fix in work, mute for now")
|
||||||
public void testGeoPointNotIndexed() throws Exception {
|
public void testGeoPointNotIndexed() throws Exception {
|
||||||
assertAcked(prepareCreate("test").addMapping("test", "value", "type=long", "location", "type=geo_point,index=false"));
|
assertAcked(prepareCreate("test").addMapping("test", "value", "type=long", "location", "type=geo_point,index=false"));
|
||||||
ensureGreen("test");
|
ensureGreen("test");
|
||||||
|
|
Loading…
Reference in New Issue