We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a44ad56 commit 2ab9ad0Copy full SHA for 2ab9ad0
client/rest-high-level/src/test/java/org/elasticsearch/client/IndicesClientIT.java
@@ -1573,6 +1573,7 @@ public void testDeleteAlias() throws IOException {
1573
assertThat(aliasExists(index, alias2), equalTo(true));
1574
}
1575
1576
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/60461")
1577
public void testDataStreams() throws Exception {
1578
String dataStreamName = "data-stream";
1579
0 commit comments