Skip to content

Commit

Permalink
Mute testFollowIndexAndCloseNode (#38360)
Browse files Browse the repository at this point in the history
Tracked at #33337
  • Loading branch information
dnhatn committed Feb 4, 2019
1 parent 5d949dd commit fb1e350
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 fb1e350

Please sign in to comment.