[TEST] mute DuelFieldDataTests.testDuelGeoPoints()
Bug URL = https://github.com/elastic/elasticsearch/issues/16634
This commit is contained in:
parent
6c6ed135c5
commit
83885423a0
|
@ -392,6 +392,7 @@ public class DuelFieldDataTests extends AbstractFieldDataTestCase {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/16634")
|
||||||
public void testDuelGeoPoints() throws Exception {
|
public void testDuelGeoPoints() throws Exception {
|
||||||
final String mapping = XContentFactory.jsonBuilder().startObject().startObject("type")
|
final String mapping = XContentFactory.jsonBuilder().startObject().startObject("type")
|
||||||
.startObject("properties")
|
.startObject("properties")
|
||||||
|
|
Loading…
Reference in New Issue