Skip to content

Commit 475a045

Browse files
authored
Mute tests in SSLConfigurationReloaderTests (#38248)
Specifically `testReloadingTrustStore` and `testReloadingPEMTrustConfig`
1 parent 7a1e89c commit 475a045

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
@@ -193,6 +193,7 @@ public void testPEMKeyConfigReloading() throws Exception {
193193
* Tests the reloading of SSLContext when the trust store is modified. The same store is used as a TrustStore (for the
194194
* reloadable SSLContext used in the HTTPClient) and as a KeyStore for the MockWebServer
195195
*/
196+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38247")
196197
public void testReloadingTrustStore() throws Exception {
197198
assumeFalse("Can't run in a FIPS JVM", inFipsJvm());
198199
Path tempDir = createTempDir();
@@ -243,6 +244,7 @@ public void testReloadingTrustStore() throws Exception {
243244
/**
244245
* Test the reloading of SSLContext whose trust config is backed by PEM certificate files.
245246
*/
247+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38247")
246248
public void testReloadingPEMTrustConfig() throws Exception {
247249
Path tempDir = createTempDir();
248250
Path serverCertPath = tempDir.resolve("testnode.crt");

0 commit comments

Comments
 (0)