Add @AwaitsFix for #32673
This commit is contained in:
parent
6fe6247dc8
commit
1f50950099
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue