> @@ -24,4 +25,13 @@
> public HPCloudObjectStorageContainerLiveTest() {
> provider = "hpcloud-objectstorage";
> }
> +
> + @Override
> + @Test
> + public void testPublicAccessInNonDefaultLocation() { throw new
> SkipException("Locations are ignored"); }[minor] Do we prefer `SkipException` or `@Test(enabled = false)`? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/394/files#r14159808
