diff --git a/plugins/repository-azure/src/test/java/org/elasticsearch/repositories/azure/AzureBlobStoreRepositoryTests.java b/plugins/repository-azure/src/test/java/org/elasticsearch/repositories/azure/AzureBlobStoreRepositoryTests.java index 28993bd475a06..a43a96a438d03 100644 --- a/plugins/repository-azure/src/test/java/org/elasticsearch/repositories/azure/AzureBlobStoreRepositoryTests.java +++ b/plugins/repository-azure/src/test/java/org/elasticsearch/repositories/azure/AzureBlobStoreRepositoryTests.java @@ -265,4 +265,10 @@ protected String requestUniqueId(final HttpExchange exchange) { + (range != null ? " " + range : ""); } } + + @Override + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/47948") + public void testIndicesDeletedFromRepository() throws Exception { + + } }