Skip to content

Commit d43c3a1

Browse files
committed
awaitsfix SSLConfigurationReloaderTests
1 parent d3c4904 commit d43c3a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/ssl/SSLConfigurationReloaderTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ public void cleanup() throws Exception {
7878
/**
7979
* Tests reloading a keystore that is used in the KeyManager of SSLContext
8080
*/
81+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32124")
8182
public void testReloadingKeyStore() throws Exception {
8283
assumeFalse("Can't run in a FIPS JVM", inFipsJvm());
8384
final Path tempDir = createTempDir();
@@ -191,6 +192,7 @@ public void testPEMKeyConfigReloading() throws Exception {
191192
* Tests the reloading of SSLContext when the trust store is modified. The same store is used as a TrustStore (for the
192193
* reloadable SSLContext used in the HTTPClient) and as a KeyStore for the MockWebServer
193194
*/
195+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32124")
194196
public void testReloadingTrustStore() throws Exception {
195197
assumeFalse("Can't run in a FIPS JVM", inFipsJvm());
196198
Path tempDir = createTempDir();

0 commit comments

Comments
 (0)