Mute FieldStatsIntegrationIT.testGeoPointNotIndexed, for now

This commit is contained in:
Nicholas Knize 2017-01-19 08:37:52 -06:00
parent 3ce41a0e15
commit 88c78833f0
1 changed files with 1 additions and 0 deletions

View File

@ -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");