Muted test. This test expose an issue inside the auto follower coordinator,

it has nothing to do with the hlrc support for put auto follow pattern api,
this test was added for.

Relates to #35480
This commit is contained in:
Martijn van Groningen 2018-11-27 10:49:03 +01:00
parent 31fdb76973
commit fabffb89b8
No known key found for this signature in database
GPG Key ID: AB236F4FCF2AF12A
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ public class CCRIT extends ESRestHighLevelClientTestCase {
assertThat(unfollowResponse.isAcknowledged(), is(true));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/35480")
public void testAutoFollowing() throws Exception {
CcrClient ccrClient = highLevelClient().ccr();
PutAutoFollowPatternRequest putAutoFollowPatternRequest =