File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
ldap/src/integration-test/java/org/springframework/security/ldap/server Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 25
25
import java .util .List ;
26
26
27
27
import org .junit .jupiter .api .Test ;
28
+ import org .junit .jupiter .api .condition .DisabledOnOs ;
29
+ import org .junit .jupiter .api .condition .OS ;
28
30
import org .junit .jupiter .api .io .TempDir ;
29
31
30
32
import org .springframework .core .io .ClassPathResource ;
@@ -117,6 +119,7 @@ public void startWithLdapOverSslWithoutCertificate() throws Exception {
117
119
}
118
120
119
121
@ Test
122
+ @ DisabledOnOs (OS .WINDOWS )
120
123
public void startWithLdapOverSslWithWrongPassword () throws Exception {
121
124
final ClassPathResource keyStoreResource = new ClassPathResource (
122
125
"/org/springframework/security/ldap/server/spring.keystore" );
@@ -150,6 +153,7 @@ public void startWithLdapOverSslWithWrongPassword() throws Exception {
150
153
* @throws Exception
151
154
*/
152
155
@ Test
156
+ @ DisabledOnOs (OS .WINDOWS )
153
157
public void startWithLdapOverSsl () throws Exception {
154
158
155
159
final ClassPathResource keyStoreResource = new ClassPathResource (
You can’t perform that action at this time.
0 commit comments