We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
testReloadCredentialsFromKeystore
1 parent 6d155fc commit 0a383daCopy full SHA for 0a383da
modules/repository-s3/src/javaRestTest/java/org/elasticsearch/repositories/s3/RepositoryS3RestIT.java
@@ -51,8 +51,9 @@ 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 {
+ assumeFalse("doesn't work in a FIPS JVM, but that's ok", inFipsJvm());
56
+
57
// Register repository (?verify=false because we don't have access to the blob store yet)
58
final var repositoryName = randomIdentifier();
59
registerRepository(
0 commit comments