Skip to content

Commit 91811b7

Browse files
committed
AwaitsFix testRefreshMetric
1 parent e03da52 commit 91811b7

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
@@ -1481,6 +1481,7 @@ public String[] listAll() throws IOException {
14811481
}
14821482
}
14831483

1484+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/42211")
14841485
public void testRefreshMetric() throws IOException {
14851486
IndexShard shard = newStartedShard();
14861487
assertThat(shard.refreshStats().getTotal(), equalTo(2L)); // refresh on: finalize and end of recovery

0 commit comments

Comments
 (0)