File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/ssl Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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" );
You can’t perform that action at this time.
0 commit comments