We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36c8958 commit 87328f6Copy full SHA for 87328f6
src/test/java/org/elasticsearch/nested/SimpleNestedTests.java
@@ -20,6 +20,7 @@
20
package org.elasticsearch.nested;
21
22
import org.apache.lucene.search.Explanation;
23
+import org.apache.lucene.util.LuceneTestCase;
24
import org.elasticsearch.action.admin.cluster.health.ClusterHealthStatus;
25
import org.elasticsearch.action.admin.indices.status.IndicesStatusResponse;
26
import org.elasticsearch.action.delete.DeleteResponse;
@@ -863,6 +864,7 @@ public void testSimpleNestedSorting_withNestedFilterMissing() throws Exception {
863
864
client().prepareClearScroll().addScrollId("_all").get();
865
}
866
867
+ @LuceneTestCase.AwaitsFix(bugUrl = "boaz is looking into failures here")
868
@Test
869
public void testSortNestedWithNestedFilter() throws Exception {
870
assertAcked(prepareCreate("test")
0 commit comments