AwaitsFix failing RethrottleTests

This commit is contained in:
Andy Bristol 2017-08-14 08:10:47 -07:00
parent d8862b9b68
commit fcd8483505
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.ActionFuture;
import org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksResponse;
import org.elasticsearch.action.admin.cluster.node.tasks.list.TaskGroup;
@ -45,6 +46,7 @@ import static org.hamcrest.Matchers.lessThanOrEqualTo;
* too but this is the only place that tests running against multiple nodes so it is the only integration tests that checks for
* serialization.
*/
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/26192")
public class RethrottleTests extends ReindexTestCase {
public void testReindex() throws Exception {