Skip to content

Commit

Permalink
Mute failing test on FIPS JVM
Browse files Browse the repository at this point in the history
Relates: #39580
Backport of: #39616
  • Loading branch information
tvernum committed Mar 4, 2019
1 parent 0cab261 commit f5508f8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ void reloadSSLContext(SSLConfiguration configuration) {
* truncating the certificate file that is being monitored
*/
public void testPEMTrustReloadException() throws Exception {
assumeFalse("Broken on BC-FIPS -- https://github.com/elastic/elasticsearch/issues/39580", inFipsJvm());
Path tempDir = createTempDir();
Path clientCertPath = tempDir.resolve("testclient.crt");
Files.copy(getDataPath("/org/elasticsearch/xpack/security/transport/ssl/certs/simple/testclient.crt"), clientCertPath);
Expand Down

0 comments on commit f5508f8

Please sign in to comment.