Mute GeoDistanceIT while fixing
This commit is contained in:
parent
527980c995
commit
72fa345f5e
|
@ -575,6 +575,7 @@ public class GeoDistanceIT extends ESIntegTestCase {
|
|||
return randomDouble() * 180 - 90;
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "http://github.com/elastic/elasticsearch/issues/19263")
|
||||
public void testDuelOptimizations() throws Exception {
|
||||
Version version = VersionUtils.randomVersionBetween(random(), Version.V_2_0_0, Version.CURRENT);
|
||||
Settings settings = Settings.builder().put(IndexMetaData.SETTING_VERSION_CREATED, version).build();
|
||||
|
|
Loading…
Reference in New Issue