提交 db3f0ef9 编写于 作者: C Christoph Kutzinski

preferring != enforcing - therefor disabling this assertion

上级 e9e9d327
......@@ -425,7 +425,7 @@ public class QueueTest extends HudsonTestCase {
final FreeStyleBuild b2 = assertBuildStatusSuccess(p.scheduleBuild2(0));
// scheduling algorithm would prefer running the same job on the same node
assertSame(b1.getBuiltOn(),b2.getBuiltOn());
// kutzi: 'prefer' != 'enforce', therefore disabled this assertion: assertSame(b1.getBuiltOn(),b2.getBuiltOn());
// ACL that allow anyone to do anything except Alice can't build.
final SparseACL aliceCantBuild = new SparseACL(null);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册