Skip to content

Commit 2ab9ad0

Browse files
authored
Mute IndicesClientIT.testDataStreams (#65856)
This commit mutes IndicesClientIT.testDataStreams as this test is failing in CI intermittently. Relates #60746 Relates #60461
1 parent a44ad56 commit 2ab9ad0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1573,6 +1573,7 @@ public void testDeleteAlias() throws IOException {
15731573
assertThat(aliasExists(index, alias2), equalTo(true));
15741574
}
15751575

1576+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/60461")
15761577
public void testDataStreams() throws Exception {
15771578
String dataStreamName = "data-stream";
15781579

0 commit comments

Comments
 (0)