Skip to content

Commit

Permalink
Mute ReindexFailureTests test
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Feb 7, 2020
1 parent 9d09796 commit 16afbf9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

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;

Expand All @@ -37,6 +38,7 @@
/**
* 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 {
/*
Expand Down

0 comments on commit 16afbf9

Please sign in to comment.