Add @AwaitsFix for #32673

This commit is contained in:
Albert Zaharovits 2018-08-07 13:21:39 +03:00
parent 6fe6247dc8
commit 1f50950099
1 changed files with 1 additions and 0 deletions

View File

@ -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));