Skip to content

Commit 87328f6

Browse files
committed
Added awaitFix for SimpleNestedTests.testSortNestedWithNestedFilter
While investigating failures
1 parent 36c8958 commit 87328f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/org/elasticsearch/nested/SimpleNestedTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
package org.elasticsearch.nested;
2121

2222
import org.apache.lucene.search.Explanation;
23+
import org.apache.lucene.util.LuceneTestCase;
2324
import org.elasticsearch.action.admin.cluster.health.ClusterHealthStatus;
2425
import org.elasticsearch.action.admin.indices.status.IndicesStatusResponse;
2526
import org.elasticsearch.action.delete.DeleteResponse;
@@ -863,6 +864,7 @@ public void testSimpleNestedSorting_withNestedFilterMissing() throws Exception {
863864
client().prepareClearScroll().addScrollId("_all").get();
864865
}
865866

867+
@LuceneTestCase.AwaitsFix(bugUrl = "boaz is looking into failures here")
866868
@Test
867869
public void testSortNestedWithNestedFilter() throws Exception {
868870
assertAcked(prepareCreate("test")

0 commit comments

Comments
 (0)