Skip to content

Commit fb1e350

Browse files
authored
Mute testFollowIndexAndCloseNode (#38360)
Tracked at #33337
1 parent 5d949dd commit fb1e350

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
@@ -121,6 +121,7 @@ public void testFailOverOnFollower() throws Exception {
121121
pauseFollow("follower-index");
122122
}
123123

124+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33337")
124125
public void testFollowIndexAndCloseNode() throws Exception {
125126
getFollowerCluster().ensureAtLeastNumDataNodes(3);
126127
String leaderIndexSettings = getIndexSettings(3, 1, singletonMap(IndexSettings.INDEX_SOFT_DELETES_SETTING.getKey(), "true"));

0 commit comments

Comments
 (0)