Skip to content

Commit

Permalink
Override and mute InternalAutoDateHistogramTests#testReduceRandom() (#…
Browse files Browse the repository at this point in the history
…39536)

 pending resolution of #39497
  • Loading branch information
not-napoleon committed Feb 28, 2019
1 parent 1124624 commit 609118c
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,13 @@ public void testGetAppropriateRoundingUsesCorrectIntervals() {
assertThat(result, equalTo(2));
}

@Override
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/39497")
// TODO: When resolving the above AwaitsFix, just delete this override. Method is only overriden to apply the annotation.
public void testReduceRandom() {
super.testReduceRandom();
}

@Override
protected void assertReduced(InternalAutoDateHistogram reduced, List<InternalAutoDateHistogram> inputs) {

Expand Down

0 comments on commit 609118c

Please sign in to comment.