TEST: Mute testFollowIndexAndCloseNode

Tracked at #33337
This commit is contained in:
Nhat Nguyen 2018-10-02 17:19:53 -04:00
parent 6fb9c63ed6
commit d7893fd1e4
1 changed files with 1 additions and 0 deletions

View File

@ -360,6 +360,7 @@ public class ShardChangesIT extends ESIntegTestCase {
assertMaxSeqNoOfUpdatesIsTransferred(resolveIndex("index1"), resolveIndex("index2"), numberOfShards);
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33337")
public void testFollowIndexAndCloseNode() throws Exception {
internalCluster().ensureAtLeastNumDataNodes(3);
String leaderIndexSettings = getIndexSettings(3, 1, singletonMap(IndexSettings.INDEX_SOFT_DELETES_SETTING.getKey(), "true"));