We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 699b806 commit 80a8c0aCopy full SHA for 80a8c0a
client/rest-high-level/src/test/java/org/elasticsearch/client/CCRIT.java
@@ -128,6 +128,7 @@ public void testIndexFollowing() throws Exception {
128
assertThat(unfollowResponse.isAcknowledged(), is(true));
129
}
130
131
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/35480")
132
public void testAutoFollowing() throws Exception {
133
CcrClient ccrClient = highLevelClient().ccr();
134
PutAutoFollowPatternRequest putAutoFollowPatternRequest =
0 commit comments