Skip to content

Commit

Permalink
Unmute IndexFollowingIT#testFollowIndex
Browse files Browse the repository at this point in the history
Fixed in #41987
  • Loading branch information
dnhatn committed Jun 10, 2019
1 parent 0a95b8c commit 4191df6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@

public class IndexFollowingIT extends CcrIntegTestCase {

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/41037")
public void testFollowIndex() throws Exception {
final int numberOfPrimaryShards = randomIntBetween(1, 3);
int numberOfReplicas = between(0, 1);
Expand Down

0 comments on commit 4191df6

Please sign in to comment.