Skip to content

Commit

Permalink
AwaitFix AckIT.
Browse files Browse the repository at this point in the history
Relates #32767
  • Loading branch information
jpountz committed Aug 16, 2018
1 parent 8943a5d commit 4b68d42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/src/test/java/org/elasticsearch/cluster/ack/AckIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

package org.elasticsearch.cluster.ack;

import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
import org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteResponse;
import org.elasticsearch.action.admin.cluster.state.ClusterStateResponse;
import org.elasticsearch.action.admin.indices.alias.IndicesAliasesResponse;
Expand Down Expand Up @@ -53,6 +54,7 @@
import static org.hamcrest.Matchers.notNullValue;

@ClusterScope(minNumDataNodes = 2)
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/32767")
public class AckIT extends ESIntegTestCase {

@Override
Expand Down

0 comments on commit 4b68d42

Please sign in to comment.