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
3 changes: 0 additions & 3 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -492,9 +492,6 @@ tests:
- class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeForkIT
method: test {csv-spec:spatial_shapes.ConvertFromStringParseError}
issue: https://github.com/elastic/elasticsearch/issues/134254
- class: org.elasticsearch.xpack.logsdb.qa.BulkDynamicMappingChallengeRestIT
method: testDateHistogramAggregation
issue: https://github.com/elastic/elasticsearch/issues/134389
- class: org.elasticsearch.xpack.esql.expression.function.scalar.score.DecayTests
method: "testEvaluateBlockWithNulls {TestCase=<double>, <double>, <double>, <_source> #11}"
issue: https://github.com/elastic/elasticsearch/issues/134447
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ public void testTermsAggregation() throws IOException {
}

public void testDateHistogramAggregation() throws IOException {
int numberOfDocuments = ESTestCase.randomIntBetween(20, 80);
int numberOfDocuments = ESTestCase.randomIntBetween(20, 70);
final List<XContentBuilder> documents = generateDocuments(numberOfDocuments);

indexDocuments(documents);
Expand Down