From daa48329ece65c6b5476a8f57d3ecf11db002168 Mon Sep 17 00:00:00 2001 From: Daniel Mitterdorfer Date: Thu, 9 Jul 2020 12:38:36 +0200 Subject: [PATCH] [TEST] Mute FollowerFailOverIT.testFailOverOnFollower (#58659) (#59286) Relates #58534 Co-authored-by: Dimitris Athanasiou --- .../java/org/elasticsearch/xpack/ccr/FollowerFailOverIT.java | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugin/ccr/src/internalClusterTest/java/org/elasticsearch/xpack/ccr/FollowerFailOverIT.java b/x-pack/plugin/ccr/src/internalClusterTest/java/org/elasticsearch/xpack/ccr/FollowerFailOverIT.java index 6505911a4a0..d94d6ce3c11 100644 --- a/x-pack/plugin/ccr/src/internalClusterTest/java/org/elasticsearch/xpack/ccr/FollowerFailOverIT.java +++ b/x-pack/plugin/ccr/src/internalClusterTest/java/org/elasticsearch/xpack/ccr/FollowerFailOverIT.java @@ -54,6 +54,7 @@ public class FollowerFailOverIT extends CcrIntegTestCase { return false; } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/58534") public void testFailOverOnFollower() throws Exception { final String leaderIndex = "leader_test_failover"; final String followerIndex = "follower_test_failover";