提交 c6e29e27 编写于 作者: K Kohsuke Kawaguchi

as discussed in the project meeting, excluding these tests that various people...

as discussed in the project meeting, excluding these tests that various people report false positives.
上级 706b2dfd
...@@ -101,7 +101,7 @@ public class NodeProvisionerTest extends HudsonTestCase { ...@@ -101,7 +101,7 @@ public class NodeProvisionerTest extends HudsonTestCase {
/** /**
* Scenario: schedule a build and see if one slave is provisioned. * Scenario: schedule a build and see if one slave is provisioned.
*/ */
public void testAutoProvision() throws Exception { public void _testAutoProvision() throws Exception {// excluded since it's fragile
BulkChange bc = new BulkChange(hudson); BulkChange bc = new BulkChange(hudson);
try { try {
DummyCloudImpl cloud = initHudson(10); DummyCloudImpl cloud = initHudson(10);
...@@ -122,7 +122,7 @@ public class NodeProvisionerTest extends HudsonTestCase { ...@@ -122,7 +122,7 @@ public class NodeProvisionerTest extends HudsonTestCase {
/** /**
* Scenario: we got a lot of jobs all of the sudden, and we need to fire up a few nodes. * Scenario: we got a lot of jobs all of the sudden, and we need to fire up a few nodes.
*/ */
public void testLoadSpike() throws Exception { public void _testLoadSpike() throws Exception {// excluded since it's fragile
BulkChange bc = new BulkChange(hudson); BulkChange bc = new BulkChange(hudson);
try { try {
DummyCloudImpl cloud = initHudson(0); DummyCloudImpl cloud = initHudson(0);
...@@ -140,7 +140,7 @@ public class NodeProvisionerTest extends HudsonTestCase { ...@@ -140,7 +140,7 @@ public class NodeProvisionerTest extends HudsonTestCase {
/** /**
* Scenario: make sure we take advantage of statically configured slaves. * Scenario: make sure we take advantage of statically configured slaves.
*/ */
public void testBaselineSlaveUsage() throws Exception { public void _testBaselineSlaveUsage() throws Exception {// excluded since it's fragile
BulkChange bc = new BulkChange(hudson); BulkChange bc = new BulkChange(hudson);
try { try {
DummyCloudImpl cloud = initHudson(0); DummyCloudImpl cloud = initHudson(0);
...@@ -160,7 +160,7 @@ public class NodeProvisionerTest extends HudsonTestCase { ...@@ -160,7 +160,7 @@ public class NodeProvisionerTest extends HudsonTestCase {
/** /**
* Scenario: loads on one label shouldn't translate to load on another label. * Scenario: loads on one label shouldn't translate to load on another label.
*/ */
public void testLabels() throws Exception { public void _testLabels() throws Exception {// excluded since it's fragile
BulkChange bc = new BulkChange(hudson); BulkChange bc = new BulkChange(hudson);
try { try {
DummyCloudImpl cloud = initHudson(0); DummyCloudImpl cloud = initHudson(0);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册