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 db70c37 commit abbbbf6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,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 abbbbf6

Please sign in to comment.