Mute GeoDistanceIT while fixing

This commit is contained in:
Nicholas Knize 2016-07-08 10:01:37 -05:00
parent 527980c995
commit 72fa345f5e
1 changed files with 1 additions and 0 deletions

View File

@ -575,6 +575,7 @@ public class GeoDistanceIT extends ESIntegTestCase {
return randomDouble() * 180 - 90; return randomDouble() * 180 - 90;
} }
@AwaitsFix(bugUrl = "http://github.com/elastic/elasticsearch/issues/19263")
public void testDuelOptimizations() throws Exception { public void testDuelOptimizations() throws Exception {
Version version = VersionUtils.randomVersionBetween(random(), Version.V_2_0_0, Version.CURRENT); Version version = VersionUtils.randomVersionBetween(random(), Version.V_2_0_0, Version.CURRENT);
Settings settings = Settings.builder().put(IndexMetaData.SETTING_VERSION_CREATED, version).build(); Settings settings = Settings.builder().put(IndexMetaData.SETTING_VERSION_CREATED, version).build();