We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
WithContainerStepTest.windowsRunningWindowsContainerSpaceInPath
1 parent e1fadb7 commit 3fd9fd5Copy full SHA for 3fd9fd5
src/test/java/org/jenkinsci/plugins/docker/workflow/WithContainerStepTest.java
@@ -491,6 +491,7 @@ private static final class Execution extends SynchronousNonBlockingStepExecution
491
});
492
}
493
494
+ @Ignore("TODO currently broken in CI")
495
@Issue("JENKINS-75102")
496
@Test public void windowsRunningWindowsContainerSpaceInPath() {
497
// Launching batch scripts through cmd /c in docker exec gets tricky with special characters
0 commit comments