mute test related to #41967 (#41968)

This commit is contained in:
Benjamin Trent 2019-05-08 15:03:28 -05:00 committed by GitHub
parent 6343ec3d3e
commit edd6438e34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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