> @@ -27,4 +30,10 @@
> public CloudFilesBlobSignerLiveTest() {
> provider = "cloudfiles";
> }
> +
> + @Override
> + @Test
> + public void testSignGetUrlWithTime() throws InterruptedException,
> IOException {
> + throw new SkipException("not yet implemented");
Maginatics uses URLs with expiry and CloudFiles. Is something else wrong with
the test? If we do commit this, shouldn't we skip testSignPutUrlWithTime as
well?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/107/files#r5693209