From 4a833b5fb9da6c1d1bcc306c3e9df7c3a04f906b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20B=C3=BCscher?= Date: Thu, 3 Apr 2025 21:05:29 +0200 Subject: [PATCH] Remove fixed test from muted-tests.yml (#124088) The issue underlying this test mute has been closed as a duplicate, the issue seems fixed in https://github.com/elastic/elasticsearch/issues/117415 but the test wasn't activated again. --- muted-tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/muted-tests.yml b/muted-tests.yml index 5d633a06e9447..b5cf63571a7bd 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -128,8 +128,6 @@ tests: - class: org.elasticsearch.xpack.ccr.rest.ShardChangesRestIT method: testShardChangesNoOperation issue: https://github.com/elastic/elasticsearch/issues/118800 -- class: org.elasticsearch.xpack.security.authc.ldap.ActiveDirectoryRunAsIT - issue: https://github.com/elastic/elasticsearch/issues/115727 - class: org.elasticsearch.xpack.test.rest.XPackRestIT method: test {p0=transform/transforms_start_stop/Test start/stop/start transform} issue: https://github.com/elastic/elasticsearch/issues/119508