From 6c13b9bd44ac2349339ae73e05ce40bfff5d129e Mon Sep 17 00:00:00 2001 From: tlrx Date: Fri, 7 Feb 2025 12:03:02 +0100 Subject: [PATCH] [Test] Unmute MinioSearchableSnapshotsIT Tests failures were caused by transient download failure of the Minion Docker image. Closes #121882 --- muted-tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/muted-tests.yml b/muted-tests.yml index e6e142c55ad89..dbd2128edb333 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -378,8 +378,6 @@ tests: - class: org.elasticsearch.smoketest.DocsClientYamlTestSuiteIT method: test {yaml=reference/cat/health/cat-health-no-timestamp-example} issue: https://github.com/elastic/elasticsearch/issues/121867 -- class: org.elasticsearch.xpack.searchablesnapshots.minio.MinioSearchableSnapshotsIT - issue: https://github.com/elastic/elasticsearch/issues/121882 - class: org.elasticsearch.xpack.searchablesnapshots.FrozenSearchableSnapshotsIntegTests method: testCreateAndRestorePartialSearchableSnapshot issue: https://github.com/elastic/elasticsearch/issues/121927