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:
parent
31fdb76973
commit
fabffb89b8
|
@ -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 =
|
||||
|
|
Loading…
Reference in New Issue