We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bea2628 commit ce1f5a0Copy full SHA for ce1f5a0
x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/ssl/SSLConfigurationReloaderTests.java
@@ -462,6 +462,7 @@ void reloadSSLContext(SSLConfiguration configuration) {
462
* truncating the certificate file that is being monitored
463
*/
464
public void testPEMTrustReloadException() throws Exception {
465
+ assumeFalse("Broken on BC-FIPS -- https://github.com/elastic/elasticsearch/issues/39580", inFipsJvm());
466
Path tempDir = createTempDir();
467
Path clientCertPath = tempDir.resolve("testclient.crt");
468
Files.copy(getDataPath("/org/elasticsearch/xpack/security/transport/ssl/certs/simple/testclient.crt"), clientCertPath);
0 commit comments