Skip to content

Commit e81eee1

Browse files
committed
Mute failing tests in FIPS mode
Cause is tracked in elastic#49094 Backport of elastic#51992
1 parent e142d69 commit e81eee1

File tree

1 file changed

+1
-0
lines changed
  • x-pack/plugin/watcher/src/test/java/org/elasticsearch/xpack/watcher/actions/email

1 file changed

+1
-0
lines changed

x-pack/plugin/watcher/src/test/java/org/elasticsearch/xpack/watcher/actions/email/EmailSslTests.java

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ public void stopSmtpServer() {
7676
}
7777

7878
public void testFailureSendingMessageToSmtpServerWithUntrustedCertificateAuthority() throws Exception {
79+
assumeFalse("https://github.com/elastic/elasticsearch/issues/49094", inFipsJvm());
7980
final Settings.Builder settings = Settings.builder();
8081
final MockSecureSettings secureSettings = new MockSecureSettings();
8182
final ExecutableEmailAction emailAction = buildEmailAction(settings, secureSettings);

0 commit comments

Comments
 (0)