Skip to content

Commit 834a88a

Browse files
committed
Mute failing test on FIPS JVM
Relates: #39580 Backport of: #39616
1 parent 085ff38 commit 834a88a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/ssl/SSLConfigurationReloaderTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,7 @@ void reloadSSLContext(SSLConfiguration configuration) {
462462
* truncating the certificate file that is being monitored
463463
*/
464464
public void testPEMTrustReloadException() throws Exception {
465+
assumeFalse("Broken on BC-FIPS -- https://github.com/elastic/elasticsearch/issues/39580", inFipsJvm());
465466
Path tempDir = createTempDir();
466467
Path clientCertPath = tempDir.resolve("testclient.crt");
467468
Files.copy(getDataPath("/org/elasticsearch/xpack/security/transport/ssl/certs/simple/testclient.crt"), clientCertPath);

0 commit comments

Comments
 (0)