Skip to content

Commit 764c293

Browse files
committed
Mute IndicesClientIT.testDataStreams
This commit mutes IndicesClientIT.testDataStreams as this test is failing in CI intermittently. Relates elastic#60746 Relates elastic#60461
1 parent a44ad56 commit 764c293

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)