Skip to content

Commit

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

0 comments on commit d7893fd

Please sign in to comment.