We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a124c commit 0f29b89Copy full SHA for 0f29b89
x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/FollowerFailOverIT.java
@@ -54,7 +54,6 @@ protected boolean reuseClusters() {
54
return false;
55
}
56
57
- @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38633")
58
public void testFailOverOnFollower() throws Exception {
59
final String leaderIndex = "leader_test_failover";
60
final String followerIndex = "follower_test_failover";
0 commit comments