Relates #58534 Co-authored-by: Dimitris Athanasiou <dimitris@elastic.co>
This commit is contained in:
parent
2b7456db7f
commit
daa48329ec
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue