Skip to content

Commit

Permalink
Mute testFollowIndexAndCloseNode (elastic#38361)
Browse files Browse the repository at this point in the history
Tracked at elastic#33337
  • Loading branch information
dnhatn committed Feb 4, 2019
1 parent d5dd8db commit e78f416
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ public void testFailOverOnFollower() throws Exception {
pauseFollow("follower-index");
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33337")
public void testFollowIndexAndCloseNode() throws Exception {
getFollowerCluster().ensureAtLeastNumDataNodes(3);
String leaderIndexSettings = getIndexSettings(3, 1, singletonMap(IndexSettings.INDEX_SOFT_DELETES_SETTING.getKey(), "true"));
Expand Down

0 comments on commit e78f416

Please sign in to comment.