Skip to content

Commit 9cf298f

Browse files
committed
AwaitsFix for #116811
1 parent dae79b5 commit 9cf298f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/repository-s3/src/javaRestTest/java/org/elasticsearch/repositories/s3/RepositoryS3RestIT.java

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ protected String getTestRestCluster() {
5151
return cluster.getHttpAddresses();
5252
}
5353

54+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/116811")
5455
public void testReloadCredentialsFromKeystore() throws IOException {
5556
// Register repository (?verify=false because we don't have access to the blob store yet)
5657
final var repositoryName = randomIdentifier();

0 commit comments

Comments
 (0)