Remove AwaitsFix of #41967 following #42504

This commit is contained in:
David Turner 2019-05-24 14:26:49 +01:00
parent 4d02ca1633
commit a5b6ed8d1e
1 changed files with 0 additions and 1 deletions

View File

@ -1065,7 +1065,6 @@ public class CoordinatorTests extends ESTestCase {
cluster1.stabilise();
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/41967")
public void testDiscoveryUsesNodesFromLastClusterState() {
final Cluster cluster = new Cluster(randomIntBetween(3, 5));
cluster.runRandomly();