AwaitsFix failing RethrottleTests
This commit is contained in:
parent
d8862b9b68
commit
fcd8483505
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue