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 be62092 commit a1cff86Copy full SHA for a1cff86
server/src/test/java/org/elasticsearch/index/shard/IndexShardTests.java
@@ -2391,6 +2391,7 @@ public void testRecoverFromLocalShard() throws IOException {
2391
closeShards(sourceShard, targetShard);
2392
}
2393
2394
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32766")
2395
public void testDocStats() throws IOException {
2396
IndexShard indexShard = null;
2397
try {
0 commit comments