diff --git a/src/test/java/org/elasticsearch/test/integration/search/geo/GeoShapeIntegrationTests.java b/src/test/java/org/elasticsearch/test/integration/search/geo/GeoShapeIntegrationTests.java index b52386fd39e..a15f3fe4bdc 100644 --- a/src/test/java/org/elasticsearch/test/integration/search/geo/GeoShapeIntegrationTests.java +++ b/src/test/java/org/elasticsearch/test/integration/search/geo/GeoShapeIntegrationTests.java @@ -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();