File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
test/src/test/java/hudson/cli Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 99import static org .hamcrest .Matchers .instanceOf ;
1010import static org .hamcrest .Matchers .not ;
1111import static org .hamcrest .Matchers .nullValue ;
12+ import static org .junit .jupiter .api .Assumptions .assumeFalse ;
1213import static org .jvnet .hudson .test .LoggerRule .recorded ;
1314
1415import hudson .Functions ;
@@ -86,6 +87,8 @@ void control() throws IOException {
8687
8788 @ Test
8889 void testHashMap () throws InterruptedException , IOException {
90+ // https://github.com/jenkins-infra/helpdesk/issues/4904
91+ assumeFalse (Functions .isWindows ());
8992 // If this test appears flaky, it's probably not: The race condition cannot be reliably triggered.
9093 // If the assertion fails, then there's probably a bug here.
9194 // TODO Do we want to keep a test like this?
You can’t perform that action at this time.
0 commit comments