Mute test.

Relates to #38695
This commit is contained in:
Martijn van Groningen 2019-02-11 08:23:01 +01:00
parent fb1c9c25fa
commit e213ad3e88
No known key found for this signature in database
GPG Key ID: AB236F4FCF2AF12A
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ public class LocalIndexFollowingIT extends CcrSingleNodeTestCase {
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 {
PutAutoFollowPatternAction.Request request = new PutAutoFollowPatternAction.Request();
request.setName("my_pattern");