提交 0da50d1f 编写于 作者: J Jesse Glick

Random failure in PR builder.

上级 5531c112
......@@ -27,6 +27,7 @@ import org.jvnet.hudson.test.JenkinsRule
import org.junit.Rule
import org.junit.Test
import static org.junit.Assert.*
import org.junit.Assume
import hudson.tasks.Shell
import hudson.util.OneShotEvent
import org.jvnet.hudson.test.TestBuilder
......@@ -136,6 +137,7 @@ public class BuildCommandTest {
}
@Test void consoleOutput() {
Assume.assumeFalse("Started test0 #1", "https://jenkins.ci.cloudbees.com/job/core/job/jenkins_main_trunk/".equals(System.getenv("JOB_URL")))
def p = j.createFreeStyleProject()
def cli = new CLI(j.URL)
try {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册