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.
1 parent 2aa1d5e commit 1cd4d63Copy full SHA for 1cd4d63
1 file changed
src/test/java/org/jenkinsci/plugins/workflow/steps/CoreStepTest.java
@@ -114,9 +114,6 @@ public class CoreStepTest {
114
assertNotNull(a);
115
assertEquals(4, a.getTotalCount());
116
assertEquals(1, a.getFailCount());
117
- /* TODO impossible prior to JENKINS-31582:
118
- r.assertLogContains("[Pipeline] junit", b);
119
- */
120
}
121
122
@Test public void javadoc() throws Exception {
0 commit comments