Mute failing test

Tracking #37685
This commit is contained in:
Alpar Torok 2019-01-22 10:27:55 +02:00
parent 0290547ad7
commit 17d704347e

View File

@ -131,6 +131,7 @@ public class DiscoveryDisruptionIT extends AbstractDisruptionTestCase {
/**
* Test cluster join with issues in cluster state publishing *
*/
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37685")
public void testClusterJoinDespiteOfPublishingIssues() throws Exception {
String masterNode = internalCluster().startMasterOnlyNode();
String nonMasterNode = internalCluster().startDataOnlyNode();