From 4191df6e1dfcfe1496ffd53f9629eba0d8c4501e Mon Sep 17 00:00:00 2001 From: Nhat Nguyen Date: Mon, 10 Jun 2019 17:31:47 -0400 Subject: [PATCH] Unmute IndexFollowingIT#testFollowIndex Fixed in #41987 --- .../test/java/org/elasticsearch/xpack/ccr/IndexFollowingIT.java | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/IndexFollowingIT.java b/x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/IndexFollowingIT.java index 69f5a39076b..48d97b9f71a 100644 --- a/x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/IndexFollowingIT.java +++ b/x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/IndexFollowingIT.java @@ -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);