We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda2daa commit 23affc0Copy full SHA for 23affc0
libs/ssl-config/src/test/java/org/elasticsearch/common/ssl/PemTrustConfigTests.java
@@ -87,7 +87,6 @@ public void testOneMissingFileFailsWithMeaningfulMessageEvenIfOtherFileExist() t
87
assertFileNotFound(trustConfig, cert2);
88
}
89
90
- @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/42509")
91
public void testTrustConfigReloadsFileContents() throws Exception {
92
final Path cert1 = getDataPath("/certs/ca1/ca.crt");
93
final Path cert2 = getDataPath("/certs/ca2/ca.crt");
0 commit comments