Override and mute InternalAutoDateHistogramTests#testReduceRandom() (#39536)
pending resolution of #39497
This commit is contained in:
parent
1124624e87
commit
609118c229
|
@ -109,6 +109,13 @@ public class InternalAutoDateHistogramTests extends InternalMultiBucketAggregati
|
||||||
assertThat(result, equalTo(2));
|
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
|
@Override
|
||||||
protected void assertReduced(InternalAutoDateHistogram reduced, List<InternalAutoDateHistogram> inputs) {
|
protected void assertReduced(InternalAutoDateHistogram reduced, List<InternalAutoDateHistogram> inputs) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue