Skip to content

Commit 306e178

Browse files
committed
Test: remove awaitsfix incorrectly added in #34148
1 parent 7f5c2f1 commit 306e178

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/ssl/SSLConfigurationReloaderTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)