提交 1a6f3dfa 编写于 作者: J Jesse Glick

Hotfix for test failure from d90d47d1.

上级 e5a254f5
......@@ -3,6 +3,7 @@ package jenkins.diagnostics.ooom
import com.gargoylesoftware.htmlunit.html.HtmlPage
import hudson.model.Job
import hudson.util.StreamTaskListener
import org.junit.Ignore;
import org.junit.Rule
import org.junit.Test
import org.jvnet.hudson.test.JenkinsRule
......@@ -28,6 +29,7 @@ class OutOfOrderBuildDetectorTest {
/**
* The test case looks like [#3,#1,#2,#4] and we should find #3 to be the problem.
*/
@Ignore("until kohsuke commits his @LocalData")
@Test @LocalData
public void oneProblem() {
j.jenkins.injector.injectMembers(this);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册