Skip to content

Commit

Permalink
Mute FollowerFailOverIT.testFollowIndexAndCloseNode
Browse files Browse the repository at this point in the history
Issue #33337
  • Loading branch information
davidkyle committed Nov 2, 2018
1 parent e2af849 commit 43cff56
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,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 43cff56

Please sign in to comment.