> @@ -68,7 +68,7 @@ private void checkOSImage(OSImage OSImage) {
>                 "MediaLink should be an http(s) url" + OSImage);
>        }
>  
> -      assertTrue(locations.containsAll(OSImage.locations()), "Locations not 
> in " + locations + " :" + OSImage);
> +      //  assertTrue(locations.containsAll(OSImage.locations()), "Locations 
> not in " + locations + " :" + OSImage);

same here. Fix the test and/or remove this assertion if no more meaningful

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

Reply via email to