|
@@ -53,6 +53,7 @@ public class FollowerFailOverIT extends CcrIntegTestCase {
|
|
|
return false;
|
|
|
}
|
|
|
|
|
|
+ @AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/38633")
|
|
|
public void testFailOverOnFollower() throws Exception {
|
|
|
int numberOfReplicas = between(1, 2);
|
|
|
getFollowerCluster().startMasterOnlyNode();
|