re-enabled test, as it works in public providers

This commit is contained in:
Adrian Cole 2011-11-15 14:42:02 +02:00
parent 0b9cb6238d
commit ef2c2277d0
1 changed files with 0 additions and 8 deletions

View File

@ -61,12 +61,4 @@ public class CloudStackComputeServiceLiveTest extends BaseComputeServiceLiveTest
assert node.getUserMetadata().equals(ImmutableMap.<String, String> of()) : String.format(
"node userMetadata did not match %s %s", userMetadata, node);
}
@Override
@Test(enabled = false)
public void testCreateAndRunAService() throws Exception {
/* Disabling this test because it's never going to pass if we
don't have internet connectivity from the cloudstack environment */
super.testCreateAndRunAService();
}
}