Skip to content

Commit 80a8c0a

Browse files
committed
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
1 parent 699b806 commit 80a8c0a

File tree

1 file changed

+1
-0
lines changed
  • client/rest-high-level/src/test/java/org/elasticsearch/client

1 file changed

+1
-0
lines changed

client/rest-high-level/src/test/java/org/elasticsearch/client/CCRIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ public void testIndexFollowing() throws Exception {
128128
assertThat(unfollowResponse.isAcknowledged(), is(true));
129129
}
130130

131+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/35480")
131132
public void testAutoFollowing() throws Exception {
132133
CcrClient ccrClient = highLevelClient().ccr();
133134
PutAutoFollowPatternRequest putAutoFollowPatternRequest =

0 commit comments

Comments
 (0)