We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dae79b5 commit 9cf298fCopy full SHA for 9cf298f
modules/repository-s3/src/javaRestTest/java/org/elasticsearch/repositories/s3/RepositoryS3RestIT.java
@@ -51,6 +51,7 @@ protected String getTestRestCluster() {
51
return cluster.getHttpAddresses();
52
}
53
54
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/116811")
55
public void testReloadCredentialsFromKeystore() throws IOException {
56
// Register repository (?verify=false because we don't have access to the blob store yet)
57
final var repositoryName = randomIdentifier();
0 commit comments