Mute ReindexFailureTests test
This commit is contained in:
parent
9d09796815
commit
16afbf91bb
|
@ -19,6 +19,7 @@
|
||||||
|
|
||||||
package org.elasticsearch.index.reindex;
|
package org.elasticsearch.index.reindex;
|
||||||
|
|
||||||
|
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
|
||||||
import org.elasticsearch.action.bulk.BulkItemResponse.Failure;
|
import org.elasticsearch.action.bulk.BulkItemResponse.Failure;
|
||||||
import org.elasticsearch.action.index.IndexRequestBuilder;
|
import org.elasticsearch.action.index.IndexRequestBuilder;
|
||||||
|
|
||||||
|
@ -37,6 +38,7 @@ import static org.hamcrest.Matchers.lessThanOrEqualTo;
|
||||||
/**
|
/**
|
||||||
* Tests failure capturing and abort-on-failure behavior of reindex.
|
* 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 class ReindexFailureTests extends ReindexTestCase {
|
||||||
public void testFailuresCauseAbortDefault() throws Exception {
|
public void testFailuresCauseAbortDefault() throws Exception {
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue