未验证 提交 486b1566 编写于 作者: J Jesse Glick 提交者: GitHub

Merge pull request #3809 from jglick/QueueTest.testBlockBuildWhenUpstreamBuildingLock

Suppressing a flaky test
......@@ -803,7 +803,8 @@ public class QueueTest {
fail("Expected an CancellationException to be thrown");
} catch (CancellationException e) {}
}
@Ignore("TODO flakes in CI")
@Issue("JENKINS-27871")
@Test public void testBlockBuildWhenUpstreamBuildingLock() throws Exception {
final String prefix = "JENKINS-27871";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册