Skip to content

Commit

Permalink
Test fails on CI when it should merely be skipped (pending JENKINS-41…
Browse files Browse the repository at this point in the history
…827 rewrite to keep master in a container).
  • Loading branch information
jglick committed Aug 24, 2017
1 parent 24eacb2 commit 8a429bf
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -57,6 +57,7 @@ public class MercurialSCMSource2Test {

@Issue("JENKINS-42278")
@Test public void withCredentialsId() throws Exception {
m.hg("version"); // test environment needs to be able to run Mercurial
MercurialContainer container = containerRule.get();
Slave slave = container.createSlave(r);
m.withNode(slave);
Expand Down

0 comments on commit 8a429bf

Please sign in to comment.