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 1717package org .springframework .security .crypto .encrypt ;
1818
1919import org .junit .jupiter .api .Test ;
20+ import org .junit .jupiter .api .condition .DisabledOnOs ;
21+ import org .junit .jupiter .api .condition .OS ;
2022
2123import org .springframework .core .io .ClassPathResource ;
2224
2628 * @author Dave Syer
2729 *
2830 */
31+ @ DisabledOnOs (OS .WINDOWS )
2932public class KeyStoreKeyFactoryTests {
3033
3134 @ Test
Original file line number Diff line number Diff line change 2020import java .security .KeyPair ;
2121
2222import org .junit .jupiter .api .Test ;
23+ import org .junit .jupiter .api .condition .DisabledOnOs ;
24+ import org .junit .jupiter .api .condition .OS ;
2325
2426import org .springframework .core .io .ClassPathResource ;
2527import org .springframework .util .StreamUtils ;
2628
2729import static org .assertj .core .api .Assertions .assertThat ;
2830
31+ @ DisabledOnOs (OS .WINDOWS )
2932public class RsaKeyHelperTests {
3033
3134 @ Test
You can’t perform that action at this time.
0 commit comments