Skip to content

Commit 85739a6

Browse files
[8.18] Delete unsupported tests
(cherry picked from commit 7e8b28c) Co-authored-by: Ankit Sethi <[email protected]>
1 parent 4e8725c commit 85739a6

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

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

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -114,26 +114,6 @@ public void testMessageForCertificateAuthoritiesWithoutReadAccess() throws Excep
114114
checkUnreadableTrustManagerResource("ca1.crt", "PEM certificate_authorities", "certificate_authorities");
115115
}
116116

117-
public void testMessageForKeyStoreOutsideConfigDir() throws Exception {
118-
checkBlockedKeyManagerResource("[jks] keystore", "keystore.path", null);
119-
}
120-
121-
public void testMessageForPemCertificateOutsideConfigDir() throws Exception {
122-
checkBlockedKeyManagerResource("PEM certificate", "certificate", withKey("cert1a.key"));
123-
}
124-
125-
public void testMessageForPemKeyOutsideConfigDir() throws Exception {
126-
checkBlockedKeyManagerResource("PEM private key", "key", withCertificate("cert1a.crt"));
127-
}
128-
129-
public void testMessageForTrustStoreOutsideConfigDir() throws Exception {
130-
checkBlockedTrustManagerResource("[jks] keystore (as a truststore)", "truststore.path");
131-
}
132-
133-
public void testMessageForCertificateAuthoritiesOutsideConfigDir() throws Exception {
134-
checkBlockedTrustManagerResource("PEM certificate_authorities", "certificate_authorities");
135-
}
136-
137117
public void testMessageForTransportSslEnabledWithoutKeys() throws Exception {
138118
final String prefix = "xpack.security.transport.ssl";
139119
final Settings.Builder settings = Settings.builder();

0 commit comments

Comments
 (0)