We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca7a7fb commit e9576adCopy full SHA for e9576ad
src/test/java/org/springframework/data/elasticsearch/SpELEntityTests.java
@@ -20,6 +20,7 @@
20
21
import org.elasticsearch.index.query.QueryBuilders;
22
import org.junit.Before;
23
+import org.junit.Ignore;
24
import org.junit.Test;
25
import org.junit.runner.RunWith;
26
import org.springframework.beans.factory.annotation.Autowired;
@@ -49,6 +50,7 @@ public void init() {
49
50
repository.deleteAll();
51
}
52
53
+ @Ignore("DATAES-211")
54
@Test
55
public void shouldDo() {
56
// Given
0 commit comments