File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/ssl Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,6 @@ 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" )
8281 public void testReloadingKeyStore () throws Exception {
8382 assumeFalse ("Can't run in a FIPS JVM" , inFipsJvm ());
8483 final Path tempDir = createTempDir ();
@@ -192,7 +191,6 @@ public void testPEMKeyConfigReloading() throws Exception {
192191 * Tests the reloading of SSLContext when the trust store is modified. The same store is used as a TrustStore (for the
193192 * reloadable SSLContext used in the HTTPClient) and as a KeyStore for the MockWebServer
194193 */
195- @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/32124" )
196194 public void testReloadingTrustStore () throws Exception {
197195 assumeFalse ("Can't run in a FIPS JVM" , inFipsJvm ());
198196 Path tempDir = createTempDir ();
You can’t perform that action at this time.
0 commit comments