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