Skip to content
Merged
Show file tree
Hide file tree
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
15 changes: 0 additions & 15 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -540,18 +540,6 @@ tests:
- class: org.elasticsearch.xpack.search.CrossClusterAsyncSearchIT
method: testRemoteClusterOnlyCCSWithFailuresOnAllShards
issue: https://github.com/elastic/elasticsearch/issues/136894
- class: org.elasticsearch.compute.aggregation.MedianAbsoluteDeviationFloatAggregatorFunctionTests
method: testSimpleSmallInput
issue: https://github.com/elastic/elasticsearch/issues/136902
- class: org.elasticsearch.compute.aggregation.MedianAbsoluteDeviationLongAggregatorFunctionTests
method: testSimpleSmallInput
issue: https://github.com/elastic/elasticsearch/issues/136903
- class: org.elasticsearch.compute.aggregation.MedianAbsoluteDeviationDoubleAggregatorFunctionTests
method: testSimpleSmallInput
issue: https://github.com/elastic/elasticsearch/issues/136904
- class: org.elasticsearch.compute.aggregation.MedianAbsoluteDeviationIntAggregatorFunctionTests
method: testSimpleSmallInput
issue: https://github.com/elastic/elasticsearch/issues/136905
- class: org.elasticsearch.xpack.esql.qa.mixed.FieldExtractorIT
method: testTextFieldWithIpSubfieldMalformed {STORED}
issue: https://github.com/elastic/elasticsearch/issues/136917
Expand All @@ -561,9 +549,6 @@ tests:
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
method: test {p0=ml/sparse_vector_search/Test sparse_vector search with query vector and pruning config}
issue: https://github.com/elastic/elasticsearch/issues/136061
- class: org.elasticsearch.compute.operator.HashAggregationOperatorTests
method: testSimpleSmallInput
issue: https://github.com/elastic/elasticsearch/issues/136945
- class: org.elasticsearch.xpack.esql.optimizer.rules.logical.HoistRemoteEnrichTopNTests
method: testTopNSortExpressionWithinRemoteEnrichAliasing
issue: https://github.com/elastic/elasticsearch/issues/136957
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public final void testSimpleSmallInput() {
}

protected int smallInputSize() {
return randomIntBetween(1, 100);
return randomIntBetween(10, 100);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A 0 was stayed in my keyboard.

}

/**
Expand Down