From be1424eebf75b8d48c4b79795c5236ec252f75c4 Mon Sep 17 00:00:00 2001 From: Oleksandr Kolomiiets Date: Fri, 11 Oct 2024 13:24:53 -0700 Subject: [PATCH] Unmute test that does not exist anymore (#114655) Closes #111631. --- muted-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/muted-tests.yml b/muted-tests.yml index e452c3decd2af..98803f3f95637 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -71,9 +71,6 @@ tests: issue: https://github.com/elastic/elasticsearch/issues/111448 - class: org.elasticsearch.search.SearchServiceTests issue: https://github.com/elastic/elasticsearch/issues/111529 -- class: org.elasticsearch.xpack.test.rest.XPackRestIT - method: test {p0=rollup/security_tests/Index-based access} - issue: https://github.com/elastic/elasticsearch/issues/111631 - class: org.elasticsearch.upgrades.FullClusterRestartIT method: testSnapshotRestore {cluster=OLD} issue: https://github.com/elastic/elasticsearch/issues/111777