Mute testTrustConfigReloadsFileContents

Tracked by #42509
This commit is contained in:
Marios Trivyzas 2019-05-24 14:03:05 +02:00 committed by Marios Trivyzas
parent 40348ab726
commit 56677f69cf
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ public class PemTrustConfigTests extends ESTestCase {
assertFileNotFound(trustConfig, cert2); assertFileNotFound(trustConfig, cert2);
} }
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/42509")
public void testTrustConfigReloadsFileContents() throws Exception { public void testTrustConfigReloadsFileContents() throws Exception {
final Path cert1 = getDataPath("/certs/ca1/ca.crt"); final Path cert1 = getDataPath("/certs/ca1/ca.crt");
final Path cert2 = getDataPath("/certs/ca2/ca.crt"); final Path cert2 = getDataPath("/certs/ca2/ca.crt");