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 cfaab11 commit 35fca75Copy full SHA for 35fca75
modules/data-streams/src/internalClusterTest/java/org/elasticsearch/datastreams/DataStreamIT.java
@@ -2068,6 +2068,7 @@ public void testWriteIndexWriteLoadAndAvgShardSizeIsStoredAfterRollover() throws
2068
}
2069
2070
2071
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/91967")
2072
public void testWriteLoadAndAvgShardSizeIsStoredInABestEffort() throws Exception {
2073
// This test simulates the scenario where some nodes fail to respond
2074
// to the IndicesStatsRequest and therefore only a partial view of the
0 commit comments