Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@ protected SearchPlugin registerPlugin() {
return MachineLearningTests.createTrialLicensedMachineLearning(Settings.EMPTY);
}

@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 Expand Up @@ -80,7 +74,7 @@ protected InternalCategorizationAggregation createTestInstance(
name,
randomIntBetween(10, 100),
randomLongBetween(1, 10),
randomIntBetween(1, 100),
randomIntBetween(50, 100),
metadata,
buckets
);
Expand Down