mirror of https://github.com/apache/jclouds.git
re-enabled test, as it works in public providers
This commit is contained in:
parent
0b9cb6238d
commit
ef2c2277d0
|
@ -61,12 +61,4 @@ public class CloudStackComputeServiceLiveTest extends BaseComputeServiceLiveTest
|
||||||
assert node.getUserMetadata().equals(ImmutableMap.<String, String> of()) : String.format(
|
assert node.getUserMetadata().equals(ImmutableMap.<String, String> of()) : String.format(
|
||||||
"node userMetadata did not match %s %s", userMetadata, node);
|
"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();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue