Skip to content

Commit

Permalink
Muted test. This test expose an issue inside the auto follower coordi…
Browse files Browse the repository at this point in the history
…nator,

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

Relates to #35480
  • Loading branch information
martijnvg committed Nov 27, 2018
1 parent 699b806 commit 80a8c0a
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -128,6 +128,7 @@ public void testIndexFollowing() throws Exception {
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 =
Expand Down

0 comments on commit 80a8c0a

Please sign in to comment.