Skip to content

Commit f65384f

Browse files
authored
Mute InternalAutoDateHistogramTests.testReduceRandom (#54542)
Relates #54540 Relates #39497
1 parent 2a77551 commit f65384f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ public void testGetAppropriateRoundingUsesCorrectIntervals() {
108108
assertThat(result, equalTo(2));
109109
}
110110

111+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/54540")
111112
public void testReduceRandom() {
112113
super.testReduceRandom();
113114
}

0 commit comments

Comments
 (0)