We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a9a08 commit 6d0a0e1Copy full SHA for 6d0a0e1
modules/reindex/src/test/java/org/elasticsearch/index/reindex/ReindexFailureTests.java
@@ -19,7 +19,6 @@
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
@@ -38,7 +37,6 @@
38
37
/**
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