From 9a7cd05da0237ce3a341831a2d7808bdc7fce99d Mon Sep 17 00:00:00 2001 From: Yang Wang Date: Fri, 26 Apr 2024 18:38:44 +1000 Subject: [PATCH] Unmute AzureStorageCleanupThirdPartyTests after credentials rotation (#107928) Resolves: #107617, #107720, #107753 --- .../repositories/azure/AzureStorageCleanupThirdPartyTests.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/repository-azure/src/internalClusterTest/java/org/elasticsearch/repositories/azure/AzureStorageCleanupThirdPartyTests.java b/modules/repository-azure/src/internalClusterTest/java/org/elasticsearch/repositories/azure/AzureStorageCleanupThirdPartyTests.java index c7dbc7022e1a8..052b558a05a38 100644 --- a/modules/repository-azure/src/internalClusterTest/java/org/elasticsearch/repositories/azure/AzureStorageCleanupThirdPartyTests.java +++ b/modules/repository-azure/src/internalClusterTest/java/org/elasticsearch/repositories/azure/AzureStorageCleanupThirdPartyTests.java @@ -14,7 +14,6 @@ import com.azure.storage.blob.BlobServiceClient; import com.azure.storage.blob.models.BlobStorageException; -import org.apache.lucene.tests.util.LuceneTestCase; import org.elasticsearch.action.ActionRunnable; import org.elasticsearch.action.support.PlainActionFuture; import org.elasticsearch.action.support.master.AcknowledgedResponse; @@ -41,7 +40,6 @@ import static org.hamcrest.Matchers.equalTo; import static org.hamcrest.Matchers.not; -@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/107720") public class AzureStorageCleanupThirdPartyTests extends AbstractThirdPartyRepositoryTestCase { private static final boolean USE_FIXTURE = Booleans.parseBoolean(System.getProperty("test.azure.fixture", "true"));