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 authored and talevy committed Feb 21, 2019
1 parent f243c3c commit 36cff83
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,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 36cff83

Please sign in to comment.