提交 61e4f6f5 编写于 作者: J Jesse Glick

Skipping slave test on PR builder since it often fails.

上级 19799e33
......@@ -37,6 +37,7 @@ import org.jvnet.hudson.test.recipes.LocalData;
import com.gargoylesoftware.htmlunit.html.HtmlForm;
import com.gargoylesoftware.htmlunit.html.HtmlPage;
import static org.junit.Assert.*;
import org.junit.Assume;
import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
......@@ -76,6 +77,7 @@ public class JUnitResultArchiverTest {
@LocalData
@Test public void slave() throws Exception {
Assume.assumeFalse("TimeoutException from basic", "https://jenkins.ci.cloudbees.com/job/core/job/jenkins_main_trunk/".equals(System.getenv("JOB_URL")));
DumbSlave s = j.createOnlineSlave();
project.setAssignedLabel(s.getSelfLabel());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册