Skip to content

Commit

Permalink
Mute testFollowIndexAndCloseNode
Browse files Browse the repository at this point in the history
Tracked at #33337
  • Loading branch information
dnhatn committed Sep 2, 2018
1 parent f8b7a4d commit 3a1dad1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ public void afterBulk(long executionId, BulkRequest request, Throwable failure)
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"));
Expand Down

0 comments on commit 3a1dad1

Please sign in to comment.