From f6922bca2d3af160f91cbee45e6e26f38ce66103 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20B=C3=BCscher?= Date: Wed, 31 Jul 2019 16:33:21 +0200 Subject: [PATCH] Unmute test that seems to be fixed (#44432) Since #42509 is closed and the fix seems to have been backported to 7.x (#43539) the test can be enabled again. --- .../java/org/elasticsearch/common/ssl/PemTrustConfigTests.java | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ssl-config/src/test/java/org/elasticsearch/common/ssl/PemTrustConfigTests.java b/libs/ssl-config/src/test/java/org/elasticsearch/common/ssl/PemTrustConfigTests.java index 55d62c7cc6b..8d87c159935 100644 --- a/libs/ssl-config/src/test/java/org/elasticsearch/common/ssl/PemTrustConfigTests.java +++ b/libs/ssl-config/src/test/java/org/elasticsearch/common/ssl/PemTrustConfigTests.java @@ -87,7 +87,6 @@ public class PemTrustConfigTests extends ESTestCase { assertFileNotFound(trustConfig, cert2); } - @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/42509") public void testTrustConfigReloadsFileContents() throws Exception { final Path cert1 = getDataPath("/certs/ca1/ca.crt"); final Path cert2 = getDataPath("/certs/ca2/ca.crt");