We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d09796 commit 16afbf9Copy full SHA for 16afbf9
modules/reindex/src/test/java/org/elasticsearch/index/reindex/ReindexFailureTests.java
@@ -19,6 +19,7 @@
19
20
package org.elasticsearch.index.reindex;
21
22
+import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
23
import org.elasticsearch.action.bulk.BulkItemResponse.Failure;
24
import org.elasticsearch.action.index.IndexRequestBuilder;
25
@@ -37,6 +38,7 @@
37
38
/**
39
* Tests failure capturing and abort-on-failure behavior of reindex.
40
*/
41
+@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/52021")
42
public class ReindexFailureTests extends ReindexTestCase {
43
public void testFailuresCauseAbortDefault() throws Exception {
44
/*
0 commit comments