Skip to content

Commit 23affc0

Browse files
author
Christoph Büscher
committed
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.
1 parent bda2daa commit 23affc0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/ssl-config/src/test/java/org/elasticsearch/common/ssl/PemTrustConfigTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ public void testOneMissingFileFailsWithMeaningfulMessageEvenIfOtherFileExist() t
8787
assertFileNotFound(trustConfig, cert2);
8888
}
8989

90-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/42509")
9190
public void testTrustConfigReloadsFileContents() throws Exception {
9291
final Path cert1 = getDataPath("/certs/ca1/ca.crt");
9392
final Path cert2 = getDataPath("/certs/ca2/ca.crt");

0 commit comments

Comments
 (0)