Skip to content

Commit 6d0a0e1

Browse files
committed
Revert "Mute ReindexFailureTests test"
This reverts commit 16afbf9. The issue was fixed in #52099
1 parent 80a9a08 commit 6d0a0e1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/reindex/src/test/java/org/elasticsearch/index/reindex/ReindexFailureTests.java

-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
package org.elasticsearch.index.reindex;
2121

22-
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
2322
import org.elasticsearch.action.bulk.BulkItemResponse.Failure;
2423
import org.elasticsearch.action.index.IndexRequestBuilder;
2524

@@ -38,7 +37,6 @@
3837
/**
3938
* Tests failure capturing and abort-on-failure behavior of reindex.
4039
*/
41-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/52021")
4240
public class ReindexFailureTests extends ReindexTestCase {
4341
public void testFailuresCauseAbortDefault() throws Exception {
4442
/*

0 commit comments

Comments
 (0)