[TEST] Mute FollowerFailOverIT.testFailOverOnFollower (#58659) (#59286)

Relates #58534

Co-authored-by: Dimitris Athanasiou <dimitris@elastic.co>
This commit is contained in:
Daniel Mitterdorfer 2020-07-09 12:38:36 +02:00 committed by GitHub
parent 2b7456db7f
commit daa48329ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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";