Mute testFollowIndexAndCloseNode

Tracked at #33337
This commit is contained in:
Nhat Nguyen 2018-09-02 19:17:51 -04:00
parent f8b7a4dbc8
commit 3a1dad1050
1 changed files with 1 additions and 0 deletions

View File

@ -306,6 +306,7 @@ public class ShardChangesIT extends ESIntegTestCase {
unfollowIndex("index2");
}
@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"));