We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a89835 commit 55e79ddCopy full SHA for 55e79dd
client/rest-high-level/src/test/java/org/elasticsearch/client/IndicesClientIT.java
@@ -2034,6 +2034,7 @@ public void testDeleteAlias() throws IOException {
2034
assertThat(aliasExists(index, alias2), equalTo(true));
2035
}
2036
2037
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/60461")
2038
public void testDataStreams() throws Exception {
2039
String dataStreamName = "data-stream";
2040
0 commit comments