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.
This commit is contained in:
Christoph Büscher 2019-07-31 16:33:21 +02:00 committed by GitHub
parent c27ac3d24c
commit f6922bca2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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");