From 0bb51e4f4e808f81fd6624be7ded2993a4781e85 Mon Sep 17 00:00:00 2001 From: Adrian Cole Date: Tue, 27 Sep 2011 13:53:54 -0700 Subject: [PATCH] euca doesn't support ebs boot yet --- .../compute/EucalyptusComputeServiceLiveTest.java | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/apis/eucalyptus/src/test/java/org/jclouds/eucalyptus/compute/EucalyptusComputeServiceLiveTest.java b/apis/eucalyptus/src/test/java/org/jclouds/eucalyptus/compute/EucalyptusComputeServiceLiveTest.java index 5e1fc92e6c..dd8dd0b37e 100644 --- a/apis/eucalyptus/src/test/java/org/jclouds/eucalyptus/compute/EucalyptusComputeServiceLiveTest.java +++ b/apis/eucalyptus/src/test/java/org/jclouds/eucalyptus/compute/EucalyptusComputeServiceLiveTest.java @@ -26,7 +26,7 @@ import org.testng.annotations.Test; * * @author Adrian Cole */ -@Test(groups = "live", sequential = true, testName = "EucalyptusComputeServiceLiveTest") +@Test(groups = "live", singleThreaded = true, testName = "EucalyptusComputeServiceLiveTest") public class EucalyptusComputeServiceLiveTest extends EC2ComputeServiceLiveTest { public EucalyptusComputeServiceLiveTest() { @@ -45,7 +45,13 @@ public class EucalyptusComputeServiceLiveTest extends EC2ComputeServiceLiveTest // ebs backed not yet available } } - + + @Override + @Test(enabled = true) + public void testMapEBS() throws Exception { + // ebs backed not yet available + } + @Override @Test(enabled = true, dependsOnMethods = "testSuspendResume") public void testListNodes() throws Exception {