Skip to content

Commit d1ac87b

Browse files
committed
Apparently AntWrapperTest.smokes no longer fails in CI.
1 parent c957dca commit d1ac87b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/hudson/tasks/AntWrapperTest.java

-2
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ public class AntWrapperTest {
8181
s.getWorkspaceFor(p).child("build.xml").copyFrom(AntWrapperTest.class.getResource("_ant/simple-build.xml"));
8282
p.setDefinition(new CpsFlowDefinition("node('!master') {withAnt(installation: 'default') {if (isUnix()) {sh 'ant foo'} else {bat 'ant foo'}}}", true));
8383
WorkflowRun b = r.j.buildAndAssertSuccess(p);
84-
// TODO passes locally, fails in jenkins.ci: AntConsoleAnnotator processes AntOutcomeNote but not AntTargetNote
85-
// (perhaps because it seems to have set ANT_HOME=/opt/ant/latest? yet the output looks right)
8684
b.getLogText().writeRawLogTo(0, System.err);
8785
AntTest.assertHtmlLogContains(b, "<b class=ant-target>foo</b>");
8886
AntTest.assertHtmlLogContains(b, "<b class=ant-target>bar</b>");

0 commit comments

Comments
 (0)