> @@ -24,4 +25,13 @@
> public HPCloudObjectStorageContainerLiveTest() {
> provider = "hpcloud-objectstorage";
> }
> +
> + @Override
> + @Test
> + public void testPublicAccessInNonDefaultLocation() { throw new
> SkipException("Locations are ignored"); }
@demobox Whatever you guys prefer... I tend to use SkipException because it
nags me on every build and reminds me how many tests I am avoiding proper fixes
for :-) I think this particular case will be fixed by the openstack-swift work
done by @jdaggett once I can port this provider to it.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/394/files#r14164388