Skip to content

Commit

Permalink
Mute failing test
Browse files Browse the repository at this point in the history
Tracking #elastic#37687
  • Loading branch information
alpar-t committed Jan 22, 2019
1 parent 4fb68ea commit 74d1cfb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ public void testIsolatedUnicastNodes() throws Exception {
* 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);
Expand Down

0 comments on commit 74d1cfb

Please sign in to comment.