Unmute testFollowIndexAndCloseNode

Resolved in #39584
This commit is contained in:
Nhat Nguyen 2019-03-06 21:48:54 -05:00
parent bb2f8485f1
commit 83688ce2d4
1 changed files with 0 additions and 1 deletions

View File

@ -124,7 +124,6 @@ public class FollowerFailOverIT extends CcrIntegTestCase {
pauseFollow(followerIndex);
}
@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"));