From f81f717e90be0e68cc2fa7fef25f3a96fd368a44 Mon Sep 17 00:00:00 2001 From: Kostas Krikellas <131142368+kkrik-es@users.noreply.github.com> Date: Mon, 10 Feb 2025 09:47:04 +0200 Subject: [PATCH] Unmute CoreWithSecurityClientYamlTestSuiteIT tests (#122154) The suite was updated in #122035 to address the test failures. Fixes #122100 Fixes #122101 --- muted-tests.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/muted-tests.yml b/muted-tests.yml index 3c7db22ba702..fa7d4ad4ce22 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -382,12 +382,6 @@ tests: - class: org.elasticsearch.xpack.restart.FullClusterRestartIT method: testWatcherWithApiKey {cluster=UPGRADED} issue: https://github.com/elastic/elasticsearch/issues/122061 -- class: org.elasticsearch.xpack.security.CoreWithSecurityClientYamlTestSuiteIT - method: test {yaml=update/100_synthetic_source/stored text} - issue: https://github.com/elastic/elasticsearch/issues/122100 -- class: org.elasticsearch.xpack.security.CoreWithSecurityClientYamlTestSuiteIT - method: test {yaml=update/100_synthetic_source/keyword} - issue: https://github.com/elastic/elasticsearch/issues/122101 - class: org.elasticsearch.test.rest.ClientYamlTestSuiteIT method: test {yaml=snapshot.delete/10_basic/Delete a snapshot asynchronously} issue: https://github.com/elastic/elasticsearch/issues/122102