Skip to content

Commit 609118c

Browse files
committed
Override and mute InternalAutoDateHistogramTests#testReduceRandom() (#39536)
pending resolution of #39497
1 parent 1124624 commit 609118c

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

+7
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)