From bf3df3e72e11bb05d74db07301019f2d0aeb6a95 Mon Sep 17 00:00:00 2001 From: Nhat Nguyen Date: Wed, 6 Mar 2019 21:48:54 -0500 Subject: [PATCH] Unmute testFollowIndexAndCloseNode Resolved in #39584 --- .../java/org/elasticsearch/xpack/ccr/FollowerFailOverIT.java | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/FollowerFailOverIT.java b/x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/FollowerFailOverIT.java index d2df76e047c21..c1d6a3aad337a 100644 --- a/x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/FollowerFailOverIT.java +++ b/x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/FollowerFailOverIT.java @@ -124,7 +124,6 @@ public void testFailOverOnFollower() throws Exception { pauseFollow(followerIndex); } - @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33337") public void testFollowIndexAndCloseNode() throws Exception { getFollowerCluster().ensureAtLeastNumDataNodes(3); String leaderIndexSettings = getIndexSettings(3, 1, singletonMap(IndexSettings.INDEX_SOFT_DELETES_SETTING.getKey(), "true"));