File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
src/test/java/com/cloudbees/plugins/credentials/impl Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 77import org .apache .commons .text .StringEscapeUtils ;
88import org .junit .jupiter .api .BeforeEach ;
99import org .junit .jupiter .api .Test ;
10- import org .junit .jupiter .api .condition .DisabledOnOs ;
11- import org .junit .jupiter .api .condition .OS ;
1210import org .junit .jupiter .api .extension .RegisterExtension ;
1311
1412import hudson .ExtensionList ;
2119import static org .hamcrest .Matchers .is ;
2220import static org .junit .jupiter .api .Assertions .assertThrows ;
2321
24- @ DisabledOnOs (OS .WINDOWS )
2522class CertificateCredentialsImplFIPSTest {
2623
2724 @ RegisterExtension
Original file line number Diff line number Diff line change 1212import jenkins .model .Jenkins ;
1313import org .apache .commons .text .StringEscapeUtils ;
1414import org .junit .jupiter .api .Test ;
15- import org .junit .jupiter .api .condition .DisabledOnOs ;
16- import org .junit .jupiter .api .condition .OS ;
1715import org .junit .jupiter .api .extension .RegisterExtension ;
1816import org .jvnet .hudson .test .junit .jupiter .RealJenkinsExtension ;
1917
2624import static org .hamcrest .Matchers .nullValue ;
2725import static org .junit .jupiter .api .Assertions .assertThrows ;
2826
29- @ DisabledOnOs (OS .WINDOWS )
3027class UsernamePasswordCredentialsImplFIPSTest {
3128
3229 @ RegisterExtension
You can’t perform that action at this time.
0 commit comments