mute test while I work on #32215
This commit is contained in:
parent
6449d9bc14
commit
3ce984d746
|
@ -137,6 +137,12 @@ public class InternalAutoDateHistogramTests extends InternalMultiBucketAggregati
|
|||
assertEquals(expectedCounts, actualCounts);
|
||||
}
|
||||
|
||||
@Override
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32215")
|
||||
public void testReduceRandom() {
|
||||
super.testReduceRandom();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected Writeable.Reader<InternalAutoDateHistogram> instanceReader() {
|
||||
return InternalAutoDateHistogram::new;
|
||||
|
|
Loading…
Reference in New Issue