Issue 445: moved incidental test into its own class until we can convert it to an expect test

This commit is contained in:
Adrian Cole 2012-05-18 17:50:38 -07:00
parent a53cece32d
commit b4f01eda7b
1 changed files with 5 additions and 3 deletions

View File

@ -47,7 +47,9 @@ import com.google.common.collect.Iterables;
/**
*
* @author Adrian Cole
* Disabled, as it doesn't pass
*
* @author Aled Sage
*/
@Test(enabled = false, groups = "live", singleThreaded = true, testName = "IncidentalResourcesGetCleanedUpLiveTest")
public class IncidentalResourcesGetCleanedUpLiveTest extends BaseComputeServiceContextLiveTest {
@ -56,7 +58,7 @@ public class IncidentalResourcesGetCleanedUpLiveTest extends BaseComputeServiceC
provider = "aws-ec2";
}
@Test
@Test(enabled = false)
public void testIncidentalResourcesGetCleanedUpOnlyOnLastInstanceDestroyNode() throws Exception {
Function<String,Void> destroyer = new Function<String,Void>() {
@Override
@ -68,7 +70,7 @@ public class IncidentalResourcesGetCleanedUpLiveTest extends BaseComputeServiceC
runIncidentalResourcesGetCleanedUpOnlyOnLastInstanceDestroy(destroyer);
}
@Test
@Test(enabled = false)
public void testIncidentalResourcesGetCleanedUpOnlyOnLastInstanceDestroyNodesMatching() throws Exception {
Function<String,Void> destroyer = new Function<String,Void>() {
@Override