We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6359d98 commit d03b386Copy full SHA for d03b386
x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/FollowerFailOverIT.java
@@ -53,6 +53,7 @@ protected boolean reuseClusters() {
53
return false;
54
}
55
56
+ @AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/38633")
57
public void testFailOverOnFollower() throws Exception {
58
int numberOfReplicas = between(1, 2);
59
getFollowerCluster().startMasterOnlyNode();
0 commit comments