diff --git a/x-pack/plugin/monitoring/src/test/java/org/elasticsearch/xpack/monitoring/exporter/http/HttpExporterSslIT.java b/x-pack/plugin/monitoring/src/test/java/org/elasticsearch/xpack/monitoring/exporter/http/HttpExporterSslIT.java index a0511dc17aa..52f2a3b1d10 100644 --- a/x-pack/plugin/monitoring/src/test/java/org/elasticsearch/xpack/monitoring/exporter/http/HttpExporterSslIT.java +++ b/x-pack/plugin/monitoring/src/test/java/org/elasticsearch/xpack/monitoring/exporter/http/HttpExporterSslIT.java @@ -134,6 +134,7 @@ public class HttpExporterSslIT extends MonitoringIntegTestCase { clearTransientSettings("plaintext"); } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32673") public void testCanAddNewExporterWithSsl() { Path truststore = getDataPath("/org/elasticsearch/xpack/monitoring/exporter/http/testnode.jks"); assertThat(Files.exists(truststore), CoreMatchers.is(true));