Skip to content

Commit

Permalink
Skip FIPS JVMs in testReloadCredentialsFromKeystore
Browse files Browse the repository at this point in the history
This test doesn't need to run in FIPS mode, and apparently it fails
sometimes, so with this commit we skip it.

Closes elastic#116811
  • Loading branch information
DaveCTurner committed Nov 14, 2024
1 parent 6d155fc commit 0a383da
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ protected String getTestRestCluster() {
return cluster.getHttpAddresses();
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/116811")
public void testReloadCredentialsFromKeystore() throws IOException {
assumeFalse("doesn't work in a FIPS JVM, but that's ok", inFipsJvm());

// Register repository (?verify=false because we don't have access to the blob store yet)
final var repositoryName = randomIdentifier();
registerRepository(
Expand Down

0 comments on commit 0a383da

Please sign in to comment.