Mute SearchResponseMergerTests#testMergeSearchHits

Tracking issue: https://github.com/elastic/elasticsearch/issues/40214
This commit is contained in:
Zachary Tong 2019-03-19 13:30:43 -04:00
parent 33d8738c68
commit 69f5869707
1 changed files with 1 additions and 0 deletions

View File

@ -396,6 +396,7 @@ public class SearchResponseMergerTests extends ESTestCase {
assertEquals(totalCount, bucket.getDocCount());
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40214")
public void testMergeSearchHits() throws InterruptedException {
final long currentRelativeTime = randomLong();
final SearchTimeProvider timeProvider = new SearchTimeProvider(randomLong(), 0, () -> currentRelativeTime);