File tree 1 file changed +2
-0
lines changed
x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/ssl
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ public void cleanup() throws Exception {
78
78
/**
79
79
* Tests reloading a keystore that is used in the KeyManager of SSLContext
80
80
*/
81
+ @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/32124" )
81
82
public void testReloadingKeyStore () throws Exception {
82
83
assumeFalse ("Can't run in a FIPS JVM" , inFipsJvm ());
83
84
final Path tempDir = createTempDir ();
@@ -191,6 +192,7 @@ public void testPEMKeyConfigReloading() throws Exception {
191
192
* Tests the reloading of SSLContext when the trust store is modified. The same store is used as a TrustStore (for the
192
193
* reloadable SSLContext used in the HTTPClient) and as a KeyStore for the MockWebServer
193
194
*/
195
+ @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/32124" )
194
196
public void testReloadingTrustStore () throws Exception {
195
197
assumeFalse ("Can't run in a FIPS JVM" , inFipsJvm ());
196
198
Path tempDir = createTempDir ();
You can’t perform that action at this time.
0 commit comments