Skip to content

Commit 7f01b0a

Browse files
committed
Mute AzureBlobStoreRepositoryTests.testIndicesDeletedFromRepository (#47949)
1 parent 68eaa21 commit 7f01b0a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

plugins/repository-azure/src/test/java/org/elasticsearch/repositories/azure/AzureBlobStoreRepositoryTests.java

+6
Original file line numberDiff line numberDiff line change
@@ -265,4 +265,10 @@ protected String requestUniqueId(final HttpExchange exchange) {
265265
+ (range != null ? " " + range : "");
266266
}
267267
}
268+
269+
@Override
270+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/47948")
271+
public void testIndicesDeletedFromRepository() throws Exception {
272+
273+
}
268274
}

0 commit comments

Comments
 (0)