Muting test for #40553 (#40555)

This commit is contained in:
Benjamin Trent 2019-03-27 14:52:12 -05:00 committed by GitHub
parent ab44f5fd5d
commit 6563dc7ed9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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/40553")
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);