Skip to content

Commit f5508f8

Browse files
committed
Mute failing test on FIPS JVM
Relates: #39580 Backport of: #39616
1 parent 0cab261 commit f5508f8

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
@@ -448,6 +448,7 @@ void reloadSSLContext(SSLConfiguration configuration) {
448448
* truncating the certificate file that is being monitored
449449
*/
450450
public void testPEMTrustReloadException() throws Exception {
451+
assumeFalse("Broken on BC-FIPS -- https://github.com/elastic/elasticsearch/issues/39580", inFipsJvm());
451452
Path tempDir = createTempDir();
452453
Path clientCertPath = tempDir.resolve("testclient.crt");
453454
Files.copy(getDataPath("/org/elasticsearch/xpack/security/transport/ssl/certs/simple/testclient.crt"), clientCertPath);

0 commit comments

Comments
 (0)