Skip to content

Commit 55e79dd

Browse files
authored
Mute IndicesClientIT.testDataStreams (#65859)
This commit mutes IndicesClientIT.testDataStreams as this test is failing in CI intermittently. Relates #60746 Relates #60461
1 parent 5a89835 commit 55e79dd

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

+1
Original file line numberDiff line numberDiff line change
@@ -2034,6 +2034,7 @@ public void testDeleteAlias() throws IOException {
20342034
assertThat(aliasExists(index, alias2), equalTo(true));
20352035
}
20362036

2037+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/60461")
20372038
public void testDataStreams() throws Exception {
20382039
String dataStreamName = "data-stream";
20392040

0 commit comments

Comments
 (0)