Skip to content

Commit 8f7cc9e

Browse files
committed
Mute test
Relates to #38779
1 parent 9a50845 commit 8f7cc9e

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/FollowStatsIT.java

+1
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ public void testFollowStatsApiResourceNotFound() throws Exception {
149149
assertAcked(client().execute(PauseFollowAction.INSTANCE, new PauseFollowAction.Request("follower1")).actionGet());
150150
}
151151

152+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38779")
152153
public void testFollowStatsApiIncludeShardFollowStatsWithRemovedFollowerIndex() throws Exception {
153154
final String leaderIndexSettings = getIndexSettings(1, 0,
154155
singletonMap(IndexSettings.INDEX_SOFT_DELETES_SETTING.getKey(), "true"));

0 commit comments

Comments
 (0)