[reindex] Mark test awaits fix because it is unstable

Fix coming.
This commit is contained in:
Nik Everett 2016-05-19 18:03:36 -04:00
parent c257e2c51f
commit 223cb6a7f0
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@
package org.elasticsearch.index.reindex;
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
import org.elasticsearch.action.ListenableActionFuture;
import org.elasticsearch.action.bulk.BackoffPolicy;
import org.elasticsearch.action.bulk.BulkRequestBuilder;
@ -43,6 +44,7 @@ import static org.hamcrest.Matchers.greaterThan;
* Integration test for retry behavior. Useful because retrying relies on the way that the rest of Elasticsearch throws exceptions and unit
* tests won't verify that.
*/
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/18456")
public class RetryTests extends ReindexTestCase {
/**
* The number of concurrent requests to test.