mirror of https://github.com/apache/jclouds.git
Issue 445: moved incidental test into its own class until we can convert it to an expect test
This commit is contained in:
parent
a53cece32d
commit
b4f01eda7b
|
@ -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")
|
@Test(enabled = false, groups = "live", singleThreaded = true, testName = "IncidentalResourcesGetCleanedUpLiveTest")
|
||||||
public class IncidentalResourcesGetCleanedUpLiveTest extends BaseComputeServiceContextLiveTest {
|
public class IncidentalResourcesGetCleanedUpLiveTest extends BaseComputeServiceContextLiveTest {
|
||||||
|
@ -56,7 +58,7 @@ public class IncidentalResourcesGetCleanedUpLiveTest extends BaseComputeServiceC
|
||||||
provider = "aws-ec2";
|
provider = "aws-ec2";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test(enabled = false)
|
||||||
public void testIncidentalResourcesGetCleanedUpOnlyOnLastInstanceDestroyNode() throws Exception {
|
public void testIncidentalResourcesGetCleanedUpOnlyOnLastInstanceDestroyNode() throws Exception {
|
||||||
Function<String,Void> destroyer = new Function<String,Void>() {
|
Function<String,Void> destroyer = new Function<String,Void>() {
|
||||||
@Override
|
@Override
|
||||||
|
@ -68,7 +70,7 @@ public class IncidentalResourcesGetCleanedUpLiveTest extends BaseComputeServiceC
|
||||||
runIncidentalResourcesGetCleanedUpOnlyOnLastInstanceDestroy(destroyer);
|
runIncidentalResourcesGetCleanedUpOnlyOnLastInstanceDestroy(destroyer);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test(enabled = false)
|
||||||
public void testIncidentalResourcesGetCleanedUpOnlyOnLastInstanceDestroyNodesMatching() throws Exception {
|
public void testIncidentalResourcesGetCleanedUpOnlyOnLastInstanceDestroyNodesMatching() throws Exception {
|
||||||
Function<String,Void> destroyer = new Function<String,Void>() {
|
Function<String,Void> destroyer = new Function<String,Void>() {
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue