diff --git a/src/test/java/org/springframework/data/elasticsearch/SpELEntityTests.java b/src/test/java/org/springframework/data/elasticsearch/SpELEntityTests.java index f9f78ad58..1cfc96290 100644 --- a/src/test/java/org/springframework/data/elasticsearch/SpELEntityTests.java +++ b/src/test/java/org/springframework/data/elasticsearch/SpELEntityTests.java @@ -20,6 +20,7 @@ import static org.junit.Assert.*; import org.elasticsearch.index.query.QueryBuilders; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; @@ -49,6 +50,7 @@ public class SpELEntityTests { repository.deleteAll(); } + @Ignore("DATAES-211") @Test public void shouldDo() { // Given