File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
crypto/src/test/java/org/springframework/security/crypto/encrypt Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 17
17
package org .springframework .security .crypto .encrypt ;
18
18
19
19
import org .junit .jupiter .api .Test ;
20
+ import org .junit .jupiter .api .condition .DisabledOnOs ;
21
+ import org .junit .jupiter .api .condition .OS ;
20
22
21
23
import org .springframework .core .io .ClassPathResource ;
22
24
26
28
* @author Dave Syer
27
29
*
28
30
*/
31
+ @ DisabledOnOs (OS .WINDOWS )
29
32
public class KeyStoreKeyFactoryTests {
30
33
31
34
@ Test
Original file line number Diff line number Diff line change 20
20
import java .security .KeyPair ;
21
21
22
22
import org .junit .jupiter .api .Test ;
23
+ import org .junit .jupiter .api .condition .DisabledOnOs ;
24
+ import org .junit .jupiter .api .condition .OS ;
23
25
24
26
import org .springframework .core .io .ClassPathResource ;
25
27
import org .springframework .util .StreamUtils ;
26
28
27
29
import static org .assertj .core .api .Assertions .assertThat ;
28
30
31
+ @ DisabledOnOs (OS .WINDOWS )
29
32
public class RsaKeyHelperTests {
30
33
31
34
@ Test
You can’t perform that action at this time.
0 commit comments