Mark fail over on follower test as awaits fix

This test is failing since the introduction of recovery from
remote. This commit marks this test as awaits fix.
This commit is contained in:
Jason Tedor 2019-02-16 12:27:06 -05:00
parent a1a49f201d
commit d80325f288
No known key found for this signature in database
GPG Key ID: FA89F05560F16BC5
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ public class FollowerFailOverIT extends CcrIntegTestCase {
return false; return false;
} }
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38633")
public void testFailOverOnFollower() throws Exception { public void testFailOverOnFollower() throws Exception {
final String leaderIndex = "leader_test_failover"; final String leaderIndex = "leader_test_failover";
final String followerIndex = "follower_test_failover"; final String followerIndex = "follower_test_failover";