Unmute IndexFollowingIT#testFollowIndex

Fixed in #41987
This commit is contained in:
Nhat Nguyen 2019-06-10 17:31:47 -04:00
parent 0a95b8c24d
commit 4191df6e1d
1 changed files with 0 additions and 1 deletions

View File

@ -120,7 +120,6 @@ import static org.hamcrest.Matchers.nullValue;
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);