> */ > - protected Set<String> filterZones(Set<String> zones) { > - String zonesToList = System.getProperty("test.live.zones"); > - if (zonesToList == null) { > - return zones; // no filter applied > + protected Set<String> filterRegions(Set<String> regions) { > + String regionsToList = System.getProperty("test.live.regions");
Does this need a corresponding POM change somewhere? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/463/files#r16192664