From 0f29b89655361e6dfe2d5cf98fff103db0fca97c Mon Sep 17 00:00:00 2001 From: Nhat Nguyen Date: Mon, 25 Feb 2019 14:43:59 -0500 Subject: [PATCH] Unmute FollowerFailOverIT#testFailOverOnFollower Relates #38633 --- .../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 fa23065b187..d2df76e047c 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 @@ -54,7 +54,6 @@ public class FollowerFailOverIT extends CcrIntegTestCase { return false; } - @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38633") public void testFailOverOnFollower() throws Exception { final String leaderIndex = "leader_test_failover"; final String followerIndex = "follower_test_failover";