Skip to content

Commit 1e65fb7

Browse files
committed
Mute LocalIndexFollowingIT#testRemoveRemoteConnection
Relates to #37014
1 parent 87d3aa7 commit 1e65fb7

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ public void testDoNotCreateFollowerIfLeaderDoesNotHaveSoftDeletes() throws Excep
9393
assertThat(client().admin().indices().prepareExists("follower-index").get().isExists(), equalTo(false));
9494
}
9595

96+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37014")
9697
public void testRemoveRemoteConnection() throws Exception {
9798
PutAutoFollowPatternAction.Request request = new PutAutoFollowPatternAction.Request();
9899
request.setName("my_pattern");

0 commit comments

Comments
 (0)