From a261374f1d3d0457101dcd8e86423c8608f5d111 Mon Sep 17 00:00:00 2001 From: Patrick Doyle Date: Fri, 11 Apr 2025 13:53:23 -0400 Subject: [PATCH] Unmute FileAccessTreeTests.testDuplicatePrunedPaths --- muted-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/muted-tests.yml b/muted-tests.yml index f1ecacf265c2e..40d028bf3843b 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -237,9 +237,6 @@ tests: - class: org.elasticsearch.indices.recovery.IndexRecoveryIT method: testSourceThrottling issue: https://github.com/elastic/elasticsearch/issues/123680 -- class: org.elasticsearch.entitlement.runtime.policy.FileAccessTreeTests - method: testDuplicatePrunedPaths - issue: https://github.com/elastic/elasticsearch/issues/124006 - class: org.elasticsearch.smoketest.MlWithSecurityIT method: test {yaml=ml/3rd_party_deployment/Test start deployment fails while model download in progress} issue: https://github.com/elastic/elasticsearch/issues/120814