From e4abfb1091c7103923fcb0cb7c267456f31ad004 Mon Sep 17 00:00:00 2001 From: Lorenzo Dematte Date: Tue, 28 Oct 2025 14:06:55 +0100 Subject: [PATCH] Unmute FullClusterRestartIT tests --- muted-tests.yml | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/muted-tests.yml b/muted-tests.yml index 1f7915680d0b4..6871e1fa3f0be 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -435,33 +435,6 @@ tests: - class: org.elasticsearch.test.rest.yaml.CcsCommonYamlTestSuiteIT method: test {p0=field_caps/10_basic/Field caps for number field with only doc values} issue: https://github.com/elastic/elasticsearch/issues/136244 -- class: org.elasticsearch.xpack.restart.FullClusterRestartIT - method: testDataStreams {cluster=UPGRADED} - issue: https://github.com/elastic/elasticsearch/issues/136353 -- class: org.elasticsearch.xpack.restart.FullClusterRestartIT - method: testServiceAccountApiKey {cluster=UPGRADED} - issue: https://github.com/elastic/elasticsearch/issues/136390 -- class: org.elasticsearch.xpack.restart.FullClusterRestartIT - method: testWatcher {cluster=UPGRADED} - issue: https://github.com/elastic/elasticsearch/issues/136391 -- class: org.elasticsearch.xpack.restart.FullClusterRestartIT - method: testSingleDoc {cluster=UPGRADED} - issue: https://github.com/elastic/elasticsearch/issues/136392 -- class: org.elasticsearch.xpack.restart.FullClusterRestartIT - method: testTransformLegacyTemplateCleanup {cluster=UPGRADED} - issue: https://github.com/elastic/elasticsearch/issues/136393 -- class: org.elasticsearch.xpack.restart.FullClusterRestartIT - method: testApiKeySuperuser {cluster=UPGRADED} - issue: https://github.com/elastic/elasticsearch/issues/136394 -- class: org.elasticsearch.xpack.restart.FullClusterRestartIT - method: testSecurityNativeRealm {cluster=UPGRADED} - issue: https://github.com/elastic/elasticsearch/issues/136395 -- class: org.elasticsearch.xpack.restart.FullClusterRestartIT - method: testSlmPolicyAndStats {cluster=UPGRADED} - issue: https://github.com/elastic/elasticsearch/issues/136399 -- class: org.elasticsearch.xpack.restart.FullClusterRestartIT - method: testRollupAfterRestart {cluster=UPGRADED} - issue: https://github.com/elastic/elasticsearch/issues/136437 - class: org.elasticsearch.test.rest.yaml.RcsCcsCommonYamlTestSuiteIT method: test {p0=search.vectors/200_dense_vector_docvalue_fields/Enable docvalue_fields parameter for dense_vector fields} issue: https://github.com/elastic/elasticsearch/issues/136443