mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 06:25:07 +00:00
Mute SearchResponseMergerTests#testMergeSearchHits
Tracking issue: https://github.com/elastic/elasticsearch/issues/40214
This commit is contained in:
parent
33d8738c68
commit
69f5869707
@ -396,6 +396,7 @@ public class SearchResponseMergerTests extends ESTestCase {
|
|||||||
assertEquals(totalCount, bucket.getDocCount());
|
assertEquals(totalCount, bucket.getDocCount());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40214")
|
||||||
public void testMergeSearchHits() throws InterruptedException {
|
public void testMergeSearchHits() throws InterruptedException {
|
||||||
final long currentRelativeTime = randomLong();
|
final long currentRelativeTime = randomLong();
|
||||||
final SearchTimeProvider timeProvider = new SearchTimeProvider(randomLong(), 0, () -> currentRelativeTime);
|
final SearchTimeProvider timeProvider = new SearchTimeProvider(randomLong(), 0, () -> currentRelativeTime);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user