Skip to content

Commit

Permalink
Unmute Azure 3rd party tests (#108336)
Browse files Browse the repository at this point in the history
Unmute Azure 3rd party tests (again) after re-generating credentials
following the updated guide.

Relates: #107928
Fixes: #107720
Fixes: #107502
  • Loading branch information
ywangd authored May 7, 2024
1 parent ee85f74 commit eba6a84
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,31 +50,26 @@ 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();
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/107720")
@Override
public void testReadFromPositionWithLength() {
super.testReadFromPositionWithLength();
Expand Down Expand Up @@ -162,7 +157,6 @@ 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
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ protected Settings repositorySettings() {
return Settings.builder().put("client", "repository_test_kit").put("container", container).put("base_path", basePath).build();
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/107502")
@Override
public void testRepositoryAnalysis() throws Exception {
super.testRepositoryAnalysis();
Expand Down

0 comments on commit eba6a84

Please sign in to comment.