Skip to content

Commit ca94d72

Browse files
authored
Override and mute InternalAutoDateHistogramTests#testReduceRandom() (#39536)
pending resolution of #39497
1 parent 0ffb091 commit ca94d72

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

server/src/test/java/org/elasticsearch/search/aggregations/bucket/histogram/InternalAutoDateHistogramTests.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,13 @@ public void testGetAppropriateRoundingUsesCorrectIntervals() {
109109
assertThat(result, equalTo(2));
110110
}
111111

112+
@Override
113+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/39497")
114+
// TODO: When resolving the above AwaitsFix, just delete this override. Method is only overriden to apply the annotation.
115+
public void testReduceRandom() {
116+
super.testReduceRandom();
117+
}
118+
112119
@Override
113120
protected void assertReduced(InternalAutoDateHistogram reduced, List<InternalAutoDateHistogram> inputs) {
114121

0 commit comments

Comments
 (0)