Skip to content

Commit 1cd4d63

Browse files
committed
Deleting comment now tracked as JENKINS-45109.
1 parent 2aa1d5e commit 1cd4d63

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/test/java/org/jenkinsci/plugins/workflow/steps/CoreStepTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,6 @@ public class CoreStepTest {
114114
assertNotNull(a);
115115
assertEquals(4, a.getTotalCount());
116116
assertEquals(1, a.getFailCount());
117-
/* TODO impossible prior to JENKINS-31582:
118-
r.assertLogContains("[Pipeline] junit", b);
119-
*/
120117
}
121118

122119
@Test public void javadoc() throws Exception {

0 commit comments

Comments
 (0)