未验证 提交 fcc172a6 编写于 作者: K Kohsuke Kawaguchi 提交者: GitHub

Merge pull request #4142 from jenkinsci/2.188-stuck

Test shouldn't be interactively breaking
......@@ -44,7 +44,6 @@ public class TriggerTest {
Thread.sleep(100);
}
j.waitUntilNoActivity();
j.interactiveBreak();
assertThat(l.getMessages().toArray(new String[0]) [0],
containsString("Trigger " + BadTimerTrigger.class.getName()
+ ".run() triggered by " + p.toString() + " spent too much time "));
......@@ -115,4 +114,4 @@ public class TriggerTest {
stam.getErrors().containsKey("Test" + i), equalTo(true));
}
}
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册