From 0cd82161b8e271419f508eb2e658d5ab83ae9bb2 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Fri, 28 Mar 2025 18:22:30 -0600 Subject: [PATCH] Unmute CrossClusterAsyncQueryStopIT tests --- muted-tests.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/muted-tests.yml b/muted-tests.yml index b48e57218a715..4638a0765fa3e 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -305,15 +305,9 @@ tests: - class: org.elasticsearch.packaging.test.BootstrapCheckTests method: test20RunWithBootstrapChecks issue: https://github.com/elastic/elasticsearch/issues/124940 -- class: org.elasticsearch.xpack.esql.action.CrossClusterAsyncQueryStopIT - method: testStopQueryLocalNoRemotes - issue: https://github.com/elastic/elasticsearch/issues/124959 - class: org.elasticsearch.xpack.esql.action.CrossClusterAsyncQueryStopIT method: testStopQueryLocal issue: https://github.com/elastic/elasticsearch/issues/121672 -- class: org.elasticsearch.xpack.esql.action.CrossClusterAsyncQueryStopIT - method: testStopQuery - issue: https://github.com/elastic/elasticsearch/issues/124977 - class: org.elasticsearch.integration.DataStreamLifecycleServiceRuntimeSecurityIT method: testRolloverLifecycleAndForceMergeAuthorized issue: https://github.com/elastic/elasticsearch/issues/124978