remove await fix from testCannotAllocateStaleReplicaExplanation

This commit is contained in:
Boaz Leskes 2017-02-01 10:31:26 +01:00
parent 06b8a1ada7
commit 5bf9cb9f70
1 changed files with 0 additions and 1 deletions

View File

@ -1010,7 +1010,6 @@ public final class ClusterAllocationExplainIT extends ESIntegTestCase {
} }
} }
@AwaitsFix(bugUrl = "")
public void testCannotAllocateStaleReplicaExplanation() throws Exception { public void testCannotAllocateStaleReplicaExplanation() throws Exception {
logger.info("--> starting 3 nodes"); logger.info("--> starting 3 nodes");
final String masterNode = internalCluster().startNode(); final String masterNode = internalCluster().startNode();