From cfe4956fd03050ba6ec04165d6a270139cc4d23f Mon Sep 17 00:00:00 2001 From: Nhat Nguyen Date: Fri, 29 Aug 2025 11:37:53 -0700 Subject: [PATCH] Unmute LimitOperatorTests --- muted-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/muted-tests.yml b/muted-tests.yml index 7c5a9a2822b5f..49c62523bb611 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -296,9 +296,6 @@ tests: - class: org.elasticsearch.xpack.esql.plugin.DataNodeRequestSenderIT method: testSearchWhileRelocating issue: https://github.com/elastic/elasticsearch/issues/128500 -- class: org.elasticsearch.compute.operator.LimitOperatorTests - method: testEarlyTermination - issue: https://github.com/elastic/elasticsearch/issues/128721 - class: org.elasticsearch.entitlement.runtime.policy.FileAccessTreeTests method: testWindowsMixedCaseAccess issue: https://github.com/elastic/elasticsearch/issues/129167