We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87d3aa7 commit 1e65fb7Copy full SHA for 1e65fb7
x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/LocalIndexFollowingIT.java
@@ -93,6 +93,7 @@ public void testDoNotCreateFollowerIfLeaderDoesNotHaveSoftDeletes() throws Excep
93
assertThat(client().admin().indices().prepareExists("follower-index").get().isExists(), equalTo(false));
94
}
95
96
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37014")
97
public void testRemoveRemoteConnection() throws Exception {
98
PutAutoFollowPatternAction.Request request = new PutAutoFollowPatternAction.Request();
99
request.setName("my_pattern");
0 commit comments