Skip to content

Commit

Permalink
Mute AzureBlobStoreRepositoryTests.testIndicesDeletedFromRepository (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nknize committed Oct 11, 2019
1 parent 68eaa21 commit 7f01b0a
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

}
}

0 comments on commit 7f01b0a

Please sign in to comment.