diff --git a/x-pack/plugin/watcher/src/test/java/org/elasticsearch/xpack/watcher/actions/email/EmailSslTests.java b/x-pack/plugin/watcher/src/test/java/org/elasticsearch/xpack/watcher/actions/email/EmailSslTests.java index eb6ca5fbabd3f..c80fc1dbdfe7e 100644 --- a/x-pack/plugin/watcher/src/test/java/org/elasticsearch/xpack/watcher/actions/email/EmailSslTests.java +++ b/x-pack/plugin/watcher/src/test/java/org/elasticsearch/xpack/watcher/actions/email/EmailSslTests.java @@ -145,10 +145,11 @@ public void testCanSendMessageToSmtpServerUsingSmtpSslTrust() throws Exception { } /** - * This orderining could be considered to be backwards (the global "notification" settings take precedence + * This ordering could be considered to be backwards (the global "notification" settings take precedence * over the account level "smtp.ssl.trust" setting) but smtp.ssl.trust was ignored for a period of time (see #52153) * so this is the least breaking way to resolve that. */ + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/49094") public void testNotificationSslSettingsOverrideSmtpSslTrust() throws Exception { List messages = new ArrayList<>(); server.addListener(messages::add);