Skip to content

Commit f63766d

Browse files
authored
Muting test for #40553 (#40556)
1 parent a21ba2c commit f63766d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/action/search/SearchResponseMergerTests.java

+1
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ public void testMergeAggs() throws InterruptedException {
330330
assertEquals(totalCount, bucket.getDocCount());
331331
}
332332

333+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40553")
333334
public void testMergeSearchHits() throws InterruptedException {
334335
final long currentRelativeTime = randomLong();
335336
final SearchTimeProvider timeProvider = new SearchTimeProvider(randomLong(), 0, () -> currentRelativeTime);

0 commit comments

Comments
 (0)