mirror of https://github.com/apache/jclouds.git
Issue 27: skipped multiple-security group for euc
This commit is contained in:
parent
cfad0e25bb
commit
b870740e0d
|
@ -52,6 +52,12 @@ public class EucalyptusComputeServiceLiveTestDisabled extends EC2ComputeServiceL
|
|||
// euc does not support monitoring
|
||||
}
|
||||
|
||||
@Override
|
||||
@Test(enabled = false)
|
||||
public void testExtendedOptionsNoKeyPair() throws Exception {
|
||||
// euc does not support multiple security groups
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void assertDefaultWorks() {
|
||||
Template defaultTemplate = client.templateBuilder().build();
|
||||
|
|
Loading…
Reference in New Issue