Skip to content

Commit 16189a9

Browse files
Mute testMessageForPemKeyOutsideConfigDir on Windows (#76234)
... from the SSLErrorMessageFileTests suite. Relates #76166
1 parent d615cf7 commit 16189a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/ssl/SSLErrorMessageFileTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ public void testMessageForPemCertificateOutsideConfigDir() throws Exception {
119119
}
120120

121121
public void testMessageForPemKeyOutsideConfigDir() throws Exception {
122+
assumeFalse("https://github.com/elastic/elasticsearch/issues/76166", Constants.WINDOWS);
122123
checkBlockedKeyManagerResource("PEM private key", "key", withCertificate("cert1a.crt"));
123124
}
124125

0 commit comments

Comments
 (0)