parent
fb1c9c25fa
commit
e213ad3e88
|
@ -92,6 +92,7 @@ public class LocalIndexFollowingIT extends CcrSingleNodeTestCase {
|
||||||
assertThat(client().admin().indices().prepareExists("follower-index").get().isExists(), equalTo(false));
|
assertThat(client().admin().indices().prepareExists("follower-index").get().isExists(), equalTo(false));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38695")
|
||||||
public void testRemoveRemoteConnection() throws Exception {
|
public void testRemoveRemoteConnection() throws Exception {
|
||||||
PutAutoFollowPatternAction.Request request = new PutAutoFollowPatternAction.Request();
|
PutAutoFollowPatternAction.Request request = new PutAutoFollowPatternAction.Request();
|
||||||
request.setName("my_pattern");
|
request.setName("my_pattern");
|
||||||
|
|
Loading…
Reference in New Issue