Skip to content

Commit 23716b7

Browse files
author
David Roberts
committed
Mute FollowerFailOverIT testAddNewReplicasOnFollower
Due to #38894
1 parent 2e62ed4 commit 23716b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/FollowerFailOverIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ public void testFollowIndexAndCloseNode() throws Exception {
177177
assertMaxSeqNoOfUpdatesIsTransferred(resolveLeaderIndex("index1"), resolveFollowerIndex("index2"), 3);
178178
}
179179

180+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38894")
180181
public void testAddNewReplicasOnFollower() throws Exception {
181182
int numberOfReplicas = between(0, 1);
182183
String leaderIndexSettings = getIndexSettings(1, numberOfReplicas,

0 commit comments

Comments
 (0)