Skip to content

Commit

Permalink
Mute AzureStorageCleanupThirdPartyTests (#108117)
Browse files Browse the repository at this point in the history
Related to #107720
  • Loading branch information
kkrik-es authored May 1, 2024
1 parent 0bc7b49 commit 5b053df
Showing 1 changed file with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,30 @@ public class AzureStorageCleanupThirdPartyTests extends AbstractThirdPartyReposi
System.getProperty("test.azure.container")
);

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/107720")
@Override
public void testCreateSnapshot() {
super.testCreateSnapshot();
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/107720")
@Override
public void testIndexLatest() throws Exception {
super.testIndexLatest();
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/107720")
@Override
public void testListChildren() {
super.testListChildren();
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/107720")
@Override
public void testCleanup() throws Exception {
super.testCleanup();
}

@Override
protected Collection<Class<? extends Plugin>> getPlugins() {
return pluginList(AzureRepositoryPlugin.class);
Expand Down Expand Up @@ -132,6 +156,7 @@ private void ensureSasTokenPermissions() {
future.actionGet();
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/107720")
public void testMultiBlockUpload() throws Exception {
final BlobStoreRepository repo = getRepository();
// The configured threshold for this test suite is 1mb
Expand Down

0 comments on commit 5b053df

Please sign in to comment.