Skip to content

Commit

Permalink
Unmute testFollowIndexAndCloseNode
Browse files Browse the repository at this point in the history
This issue was resolved by #34288.

Closes #33337
Relates #34288
  • Loading branch information
dnhatn committed Oct 10, 2018
1 parent 33791ac commit 7bc11a8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,6 @@ 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 7bc11a8

Please sign in to comment.