From ef5c7fd9f6ed19aedd7f7c5e2a8ce9dff27111ee Mon Sep 17 00:00:00 2001 From: Pooya Salehi Date: Mon, 21 Oct 2024 14:01:09 +0200 Subject: [PATCH] Unmute MultiVersionRepositoryAccessIT.testReadOnlyRepo --- muted-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/muted-tests.yml b/muted-tests.yml index b7323bfc1de18..4df86b2c792af 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -335,9 +335,6 @@ tests: - class: org.elasticsearch.upgrades.MultiVersionRepositoryAccessIT method: testUpgradeMovesRepoToNewMetaVersion issue: https://github.com/elastic/elasticsearch/issues/114994 -- class: org.elasticsearch.upgrades.MultiVersionRepositoryAccessIT - method: testReadOnlyRepo - issue: https://github.com/elastic/elasticsearch/issues/114997 - class: org.elasticsearch.upgrades.MultiVersionRepositoryAccessIT method: testCreateAndRestoreSnapshot issue: https://github.com/elastic/elasticsearch/issues/114998