We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c644ba7 commit e67b323Copy full SHA for e67b323
client/rest-high-level/src/test/java/org/elasticsearch/client/documentation/ILMDocumentationIT.java
@@ -765,6 +765,7 @@ public void onFailure(Exception e) {
765
assertTrue(latch.await(30L, TimeUnit.SECONDS));
766
}
767
768
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/46021")
769
public void testAddSnapshotLifecyclePolicy() throws Exception {
770
RestHighLevelClient client = highLevelClient();
771
0 commit comments