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:
parent
c27ac3d24c
commit
f6922bca2d
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue