Skip to content

Commit

Permalink
Mute SearchResponseMergerTests#testMergeSearchHits
Browse files Browse the repository at this point in the history
Tracking issue: elastic#40214
  • Loading branch information
polyfractal committed Mar 19, 2019
1 parent 24ec0ab commit d2c957e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ public void testMergeAggs() throws InterruptedException {
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);
Expand Down

0 comments on commit d2c957e

Please sign in to comment.