From ca57778205174ed69d1de6974ce42bcb29d65946 Mon Sep 17 00:00:00 2001 From: Kostas Krikellas <131142368+kkrik-es@users.noreply.github.com> Date: Thu, 5 Jun 2025 11:12:48 +0300 Subject: [PATCH] Unmute FollowingEngineTests:: testProcessOnceOnPrimary A fix was separately submitted. --- muted-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/muted-tests.yml b/muted-tests.yml index e5cc499dfd134..b92ad479f511f 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -465,9 +465,6 @@ tests: - class: org.elasticsearch.xpack.esql.plugin.DataNodeRequestSenderIT method: testSearchWhileRelocating issue: https://github.com/elastic/elasticsearch/issues/128500 -- class: org.elasticsearch.xpack.ccr.index.engine.FollowingEngineTests - method: testProcessOnceOnPrimary - issue: https://github.com/elastic/elasticsearch/issues/128541 - class: org.elasticsearch.xpack.esql.action.CrossClusterQueryWithPartialResultsIT method: testFailToStartRequestOnRemoteCluster issue: https://github.com/elastic/elasticsearch/issues/128545