From 48c19fb4115589d733035efa48ef2ce41611ac47 Mon Sep 17 00:00:00 2001 From: Andrei Stefan Date: Thu, 8 Aug 2024 11:48:35 +0300 Subject: [PATCH] Unmute tests that were fixed in the meantime --- muted-tests.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/muted-tests.yml b/muted-tests.yml index 61092de4bc287..18b0b7f158010 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -122,18 +122,6 @@ tests: - class: org.elasticsearch.xpack.inference.integration.ModelRegistryIT method: testGetModel issue: https://github.com/elastic/elasticsearch/issues/111570 -- class: org.elasticsearch.xpack.esql.optimizer.LocalPhysicalPlanOptimizerTests - method: testMatchCommandWithWhereClause {default} - issue: https://github.com/elastic/elasticsearch/issues/111658 -- class: org.elasticsearch.xpack.esql.optimizer.LocalPhysicalPlanOptimizerTests - method: testMatchCommand {default} - issue: https://github.com/elastic/elasticsearch/issues/111659 -- class: org.elasticsearch.xpack.esql.optimizer.LocalPhysicalPlanOptimizerTests - method: testMatchCommandWithMultipleMatches {default} - issue: https://github.com/elastic/elasticsearch/issues/111660 -- class: org.elasticsearch.xpack.esql.analysis.VerifierTests - method: testMatchCommand - issue: https://github.com/elastic/elasticsearch/issues/111661 - class: org.elasticsearch.rest.ChunkedZipResponseIT method: testAbort issue: https://github.com/elastic/elasticsearch/issues/111698