> @@ -345,4 +367,13 @@ public boolean apply(SecurityGroup input) {
>           }
>        });
>     }
> +
> +   @AfterClass(groups = { "integration", "live" })
> +   @Override
> +   protected void tearDownContext() {
> +      view.getComputeService().destroyNodesMatching(inGroup(nodeGroup));

Do we need a `try...catch` here?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/154/files#r6591424

Reply via email to