Mute failing test

Tracking ##37687
This commit is contained in:
Alpar Torok 2019-01-22 10:50:05 +02:00
parent 4fb68ea195
commit 74d1cfbf7e
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ public class DiscoveryDisruptionIT extends AbstractDisruptionTestCase {
* The temporal unicast responses is empty. When partition is solved the one ping response contains a master node.
* The rejoining node should take this master node and connect.
*/
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37687")
public void testUnicastSinglePingResponseContainsMaster() throws Exception {
internalCluster().setHostsListContainsOnlyFirstNode(true);
List<String> nodes = startCluster(4);