Mute FollowerFailOverIT testFailOverOnFollower (#38634)

Relates to #38633
This commit is contained in:
Christoph Büscher 2019-02-08 17:19:57 +01:00
parent 6359d988f0
commit d03b386f6a

View File

@ -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();