Skip to content

Commit 36ae8cf

Browse files
Add @AwaitsFix for #32673
1 parent bad6dca commit 36ae8cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/monitoring/src/test/java/org/elasticsearch/xpack/monitoring/exporter/http/HttpExporterSslIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ public void testCanUpdateSslSettingsWithNoSecureSettings() {
134134
clearTransientSettings("plaintext");
135135
}
136136

137+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32673")
137138
public void testCanAddNewExporterWithSsl() {
138139
Path truststore = getDataPath("/org/elasticsearch/xpack/monitoring/exporter/http/testnode.jks");
139140
assertThat(Files.exists(truststore), CoreMatchers.is(true));

0 commit comments

Comments
 (0)