Skip to content

Commit 9878d67

Browse files
authored
Co-authored-by: Daniel Beck <daniel-beck@users.noreply.github.com>
1 parent 67db131 commit 9878d67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/src/test/java/hudson/cli/Security3630Test.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
import static org.hamcrest.Matchers.instanceOf;
1010
import static org.hamcrest.Matchers.not;
1111
import static org.hamcrest.Matchers.nullValue;
12+
import static org.junit.jupiter.api.Assumptions.assumeFalse;
1213
import static org.jvnet.hudson.test.LoggerRule.recorded;
1314

1415
import 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?

0 commit comments

Comments
 (0)