We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104359b commit 3cff608Copy full SHA for 3cff608
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/38695")
97
public void testRemoveRemoteConnection() throws Exception {
98
PutAutoFollowPatternAction.Request request = new PutAutoFollowPatternAction.Request();
99
request.setName("my_pattern");
0 commit comments