From b36282a428bef3df3f55e4aea000c0fba21c1831 Mon Sep 17 00:00:00 2001 From: Gal Lalouche Date: Tue, 8 Jul 2025 15:49:30 +0300 Subject: [PATCH] ESQL: Unmute tests fixed by #130330 --- muted-tests.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/muted-tests.yml b/muted-tests.yml index bb5074e456d7c..fb9f7f2f27a02 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -576,15 +576,9 @@ tests: - class: org.elasticsearch.xpack.esql.action.EsqlRemoteErrorWrapIT method: testThatRemoteErrorsAreWrapped issue: https://github.com/elastic/elasticsearch/issues/130794 -- class: org.elasticsearch.xpack.esql.action.EnrichIT - method: testProfile - issue: https://github.com/elastic/elasticsearch/issues/130270 - class: org.elasticsearch.xpack.esql.action.EnrichIT method: testSumDurationByArtist issue: https://github.com/elastic/elasticsearch/issues/130788 -- class: org.elasticsearch.xpack.esql.action.EnrichIT - method: testTopN - issue: https://github.com/elastic/elasticsearch/issues/130122 - class: org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT method: test {ints.InCast SYNC} issue: https://github.com/elastic/elasticsearch/issues/130796