From b4f01eda7b0badfd4b661cacce138300838a39f6 Mon Sep 17 00:00:00 2001 From: Adrian Cole Date: Fri, 18 May 2012 17:50:38 -0700 Subject: [PATCH] Issue 445: moved incidental test into its own class until we can convert it to an expect test --- .../compute/IncidentalResourcesGetCleanedUpLiveTest.java | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/providers/aws-ec2/src/test/java/org/jclouds/aws/ec2/compute/IncidentalResourcesGetCleanedUpLiveTest.java b/providers/aws-ec2/src/test/java/org/jclouds/aws/ec2/compute/IncidentalResourcesGetCleanedUpLiveTest.java index 67e2863d3c..9d52e60397 100644 --- a/providers/aws-ec2/src/test/java/org/jclouds/aws/ec2/compute/IncidentalResourcesGetCleanedUpLiveTest.java +++ b/providers/aws-ec2/src/test/java/org/jclouds/aws/ec2/compute/IncidentalResourcesGetCleanedUpLiveTest.java @@ -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 destroyer = new Function() { @Override @@ -68,7 +70,7 @@ public class IncidentalResourcesGetCleanedUpLiveTest extends BaseComputeServiceC runIncidentalResourcesGetCleanedUpOnlyOnLastInstanceDestroy(destroyer); } - @Test + @Test(enabled = false) public void testIncidentalResourcesGetCleanedUpOnlyOnLastInstanceDestroyNodesMatching() throws Exception { Function destroyer = new Function() { @Override