Skip to content

Commit

Permalink
[ML] Muting InternalCategorizationAggregationTests testReduceRandom (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
droberts195 committed Jul 21, 2022
1 parent 10e0022 commit 25a8439
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ protected List<NamedXContentRegistry.Entry> getNamedXContents() {
);
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/87240")
public void testReduceRandom() {
// The bug is in the assertReduced() method immediately below that the base class testReduceRandom() calls.
// To unmute after the bug is fixed, simply delete this entire method so that the base class method is used again.
}

@Override
protected void assertReduced(InternalCategorizationAggregation reduced, List<InternalCategorizationAggregation> inputs) {
Map<Object, Long> reducedCounts = toCounts(reduced.getBuckets().stream());
Expand Down

0 comments on commit 25a8439

Please sign in to comment.