Skip to content

Commit 139631c

Browse files
committed
AwaitsFix IndexShardTests#testDocStats
Relates #32449
1 parent e9e1095 commit 139631c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/index/shard/IndexShardTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2376,6 +2376,7 @@ public void testRecoverFromLocalShard() throws IOException {
23762376
closeShards(sourceShard, targetShard);
23772377
}
23782378

2379+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32449")
23792380
public void testDocStats() throws IOException {
23802381
IndexShard indexShard = null;
23812382
try {

0 commit comments

Comments
 (0)