提交 adec3bb0 编写于 作者: J Jesse Glick
上级 ec9d809d
......@@ -75,6 +75,7 @@ import hudson.tasks.Fingerprinter;
import hudson.tasks.ArtifactArchiver;
import java.util.Map;
import hudson.Functions;
import org.junit.Ignore;
/**
*
......@@ -401,7 +402,8 @@ public class ProjectTest {
p.setScm(scm);
assertTrue("Project should perform checkout without problems.",p.checkout(build, new RemoteLauncher(listener, slave.getChannel(), true), listener, new File(build.getRootDir(),"changelog.xml")));
}
@Ignore("randomly failed: Project should have polling result no change expected:<NONE> but was:<INCOMPARABLE>")
@Test
public void testPoll() throws Exception{
FreeStyleProject p = j.createFreeStyleProject("project");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册