diff --git a/muted-tests.yml b/muted-tests.yml index ba14358cfe346..989bb891a2a2c 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -399,9 +399,6 @@ tests: - class: org.elasticsearch.packaging.test.DebMetadataTests method: test05CheckLintian issue: https://github.com/elastic/elasticsearch/issues/142819 -- class: org.elasticsearch.compute.aggregation.TimeSeriesFirstDocIdDeduplicationTests - method: testSimpleWithCranky - issue: https://github.com/elastic/elasticsearch/issues/143128 - class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeIT method: test issue: https://github.com/elastic/elasticsearch/issues/143023 diff --git a/x-pack/plugin/esql/compute/src/test/java/org/elasticsearch/compute/aggregation/TimeSeriesFirstDocIdDeduplicationTests.java b/x-pack/plugin/esql/compute/src/test/java/org/elasticsearch/compute/aggregation/TimeSeriesFirstDocIdDeduplicationTests.java index 7b542d89af4b3..682b921ef2639 100644 --- a/x-pack/plugin/esql/compute/src/test/java/org/elasticsearch/compute/aggregation/TimeSeriesFirstDocIdDeduplicationTests.java +++ b/x-pack/plugin/esql/compute/src/test/java/org/elasticsearch/compute/aggregation/TimeSeriesFirstDocIdDeduplicationTests.java @@ -327,7 +327,7 @@ protected Page createPage(int positionOffset, int length) { shardBuilder.build(), segmentBuilder.build(), docBuilder.build(), - DocVector.config() + DocVector.config().mayContainDuplicates() ); currentPosition += length;