remove await fix from testCannotAllocateStaleReplicaExplanation
This commit is contained in:
parent
06b8a1ada7
commit
5bf9cb9f70
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue