mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
enable testcase that relied on a Lucene 4.2 fix
This commit is contained in:
parent
4e7cff488e
commit
9442c41481
@ -110,8 +110,7 @@ public class GeoShapeIntegrationTests extends AbstractNodesTests {
|
||||
assertThat(searchResponse.getHits().getAt(0).id(), equalTo("1"));
|
||||
}
|
||||
|
||||
@Test(enabled = false)
|
||||
// LUCENE MONITIR enable this test again once Lucene4.2 is out. This bug is fixed in Lucene 4.2
|
||||
@Test
|
||||
public void testEdgeCases() throws Exception {
|
||||
client.admin().indices().prepareDelete().execute().actionGet();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user