> @@ -310,6 +325,7 @@ public boolean apply(SecurityGroup input) {
> // instance is still floating around in EC2. - abayer, 6/14/13
> @Test(groups = { "integration", "live" }, singleThreaded = true,
> dependsOnMethods = "testAddIpPermissionsFromSpec")
> public void testDeleteSecurityGroup() {
> + skipIfSecurityGroupsNotSupported();
Replace the invocations of `skipIfSecurityGroupsNotSupported` with a
`@DataProvider` a la e.g. https://github.com/jclouds/jclouds/pull/175?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/152/files#r7378012