From 45bab82e4fc8a72e9de0e297fb5532fd6092266b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Cea=20Fontenla?= Date: Wed, 8 Apr 2026 14:49:51 +0200 Subject: [PATCH] ESQL: Unmute CsvIT sumWithOverflowRow --- muted-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/muted-tests.yml b/muted-tests.yml index 01938d31347e6..4acb947130067 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -265,9 +265,6 @@ tests: - class: org.elasticsearch.xpack.sql.qa.jdbc.single_node.SingleNodeJdbcResultSetIT method: testGettingValidLongWithCasting issue: https://github.com/elastic/elasticsearch/issues/145435 -- class: org.elasticsearch.xpack.esql.CsvIT - method: test {csv-spec:stats.sumWithOverflowRow} - issue: https://github.com/elastic/elasticsearch/issues/145437 - class: org.elasticsearch.compute.aggregation.SumLongGroupingAggregatorFunctionTests method: testOverflowInGroupingProducesNullAndWarning issue: https://github.com/elastic/elasticsearch/issues/145438