Skip to content

Commit a8dc0c6

Browse files
committed
muted test
Relates to elastic#38779
1 parent 3cae269 commit a8dc0c6

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

Lines changed: 1 addition & 0 deletions
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)