diff --git a/muted-tests.yml b/muted-tests.yml index 6ee8d6952019b..a52fc565e64c8 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -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=, , , <_source> #11}" issue: https://github.com/elastic/elasticsearch/issues/134447 diff --git a/x-pack/plugin/logsdb/src/javaRestTest/java/org/elasticsearch/xpack/logsdb/qa/StandardVersusLogsIndexModeChallengeRestIT.java b/x-pack/plugin/logsdb/src/javaRestTest/java/org/elasticsearch/xpack/logsdb/qa/StandardVersusLogsIndexModeChallengeRestIT.java index c4eb399a39243..dd15657954262 100644 --- a/x-pack/plugin/logsdb/src/javaRestTest/java/org/elasticsearch/xpack/logsdb/qa/StandardVersusLogsIndexModeChallengeRestIT.java +++ b/x-pack/plugin/logsdb/src/javaRestTest/java/org/elasticsearch/xpack/logsdb/qa/StandardVersusLogsIndexModeChallengeRestIT.java @@ -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 documents = generateDocuments(numberOfDocuments); indexDocuments(documents);