Skip to content

Commit

Permalink
Unmute MultiVersionRepositoryAccessIT (#82471) (#82529)
Browse files Browse the repository at this point in the history
The issue with template cleanup that broke this test was fixed in #80330 now
so we can unmute here.

closes #80088
  • Loading branch information
original-brownbear authored Jan 13, 2022
1 parent 8267dfc commit 0fab521
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ protected boolean preserveReposUponCompletion() {
return true;
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/80088")
public void testCreateAndRestoreSnapshot() throws IOException {
final String repoName = getTestName();
try (RestHighLevelClient client = new RestHighLevelClient(RestClient.builder(adminClient().getNodes().toArray(new Node[0])))) {
Expand Down Expand Up @@ -146,7 +145,6 @@ public void testCreateAndRestoreSnapshot() throws IOException {
}
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/80088")
public void testReadOnlyRepo() throws IOException {
final String repoName = getTestName();
try (RestHighLevelClient client = new RestHighLevelClient(RestClient.builder(adminClient().getNodes().toArray(new Node[0])))) {
Expand Down Expand Up @@ -187,7 +185,6 @@ public void testReadOnlyRepo() throws IOException {
ElasticsearchStatusException.class
);

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/80088")
public void testUpgradeMovesRepoToNewMetaVersion() throws IOException {
final String repoName = getTestName();
try (RestHighLevelClient client = new RestHighLevelClient(RestClient.builder(adminClient().getNodes().toArray(new Node[0])))) {
Expand Down

0 comments on commit 0fab521

Please sign in to comment.