Revert "Mute ReindexFailureTests test"

This reverts commit 16afbf91bb.

The issue was fixed in #52099
This commit is contained in:
Nhat Nguyen 2020-02-09 22:04:55 -05:00
parent 80a9a08b05
commit 6d0a0e1240
1 changed files with 0 additions and 2 deletions

View File

@ -19,7 +19,6 @@
package org.elasticsearch.index.reindex;
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
import org.elasticsearch.action.bulk.BulkItemResponse.Failure;
import org.elasticsearch.action.index.IndexRequestBuilder;
@ -38,7 +37,6 @@ import static org.hamcrest.Matchers.lessThanOrEqualTo;
/**
* Tests failure capturing and abort-on-failure behavior of reindex.
*/
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/52021")
public class ReindexFailureTests extends ReindexTestCase {
public void testFailuresCauseAbortDefault() throws Exception {
/*