Skip to content

Commit 2a3d270

Browse files
committed
Muting test for elastic#40553
1 parent ab44f5f commit 2a3d270

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
@@ -396,6 +396,7 @@ public void testMergeAggs() throws InterruptedException {
396396
assertEquals(totalCount, bucket.getDocCount());
397397
}
398398

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

0 commit comments

Comments
 (0)