Skip to content

Commit 7e8b28c

Browse files
authored
These tests are being deleted off the 9.0 branch because they require entitlements framework to be backported to work. As discussed here (elastic#127191 (comment)) we will not be doing that backport. The tests continue to exist and work with the new entitlements framework in main. (elastic#131936)
1 parent 48cf0b1 commit 7e8b28c

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)